Searched refs:BIO_get_cipher_status (Results 1 – 5 of 5) 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
536 if (!BIO_get_cipher_status(tmpmem)) in PKCS7_decrypt()551 if (!BIO_get_cipher_status(tmpmem)) in PKCS7_decrypt()
159 BIO_get_cipher_status define
51 if (!BIO_get_cipher_status(in)) in cms_copy_content()
671 # define BIO_get_cipher_status(b) BIO_ctrl(b,BIO_C_GET_CIPHER_STATUS,0,NULL) macro
Completed in 12 milliseconds