Use the certificate private key to decrypt the data.
- 参数
-
| ctx | [IN] TLS link object. |
| key | [IN] Certificate private key. |
| in | [IN] Ciphertext. |
| inLen | [IN] Ciphertext length. |
| out | [OUT] Plaintext. |
| outLen | [IN/OUT] IN: maximum plaintext length OUT: actual plaintext length. |
- 返回值
-
| HITLS_SUCCESS | indicates success. Other values are considered as failure. |