Home
last modified time | relevance | path

Searched refs:BIO_get_cipher_status (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_f_cipher.pod5 BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher BIO filter
17 int BIO_get_cipher_status(BIO *b);
38 decrypted and checked when EOF is detected. BIO_get_cipher_status()
55 by EOF will also return zero for the final read. BIO_get_cipher_status()
67 BIO_get_cipher_status() returns 1 for a successful decrypt and <=0
/third_party/openssl/crypto/pkcs7/
Dpk7_smime.c538 if (BIO_get_cipher_status(tmpmem) <= 0) in PKCS7_decrypt()
553 if (BIO_get_cipher_status(tmpmem) <= 0) in PKCS7_decrypt()
/third_party/openssl/util/
Dother.syms159 BIO_get_cipher_status define
/third_party/openssl/crypto/cms/
Dcms_smime.c51 if (BIO_get_cipher_status(in) <= 0) in cms_copy_content()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h520 # define BIO_get_cipher_status(b) BIO_ctrl(b,BIO_C_GET_CIPHER_STATUS,0,NULL) macro
/third_party/openssl/include/openssl/
Devp.h671 # define BIO_get_cipher_status(b) BIO_ctrl(b,BIO_C_GET_CIPHER_STATUS,0,NULL) macro