Searched refs:BIO_get_cipher_status (Results 1 – 6 of 6) sorted by relevance
5 BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher BIO filter17 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
538 if (BIO_get_cipher_status(tmpmem) <= 0) in PKCS7_decrypt()553 if (BIO_get_cipher_status(tmpmem) <= 0) in PKCS7_decrypt()
159 BIO_get_cipher_status define
51 if (BIO_get_cipher_status(in) <= 0) in cms_copy_content()
520 # define BIO_get_cipher_status(b) BIO_ctrl(b,BIO_C_GET_CIPHER_STATUS,0,NULL) macro
671 # define BIO_get_cipher_status(b) BIO_ctrl(b,BIO_C_GET_CIPHER_STATUS,0,NULL) macro