Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
A 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
/openssl-master/crypto/pkcs7/
A Dpk7_smime.c536 if (!BIO_get_cipher_status(tmpmem)) in PKCS7_decrypt()
551 if (!BIO_get_cipher_status(tmpmem)) in PKCS7_decrypt()
/openssl-master/util/
A Dother.syms159 BIO_get_cipher_status define
/openssl-master/crypto/cms/
A Dcms_smime.c51 if (!BIO_get_cipher_status(in)) in cms_copy_content()
/openssl-master/include/openssl/
A Devp.h671 # define BIO_get_cipher_status(b) BIO_ctrl(b,BIO_C_GET_CIPHER_STATUS,0,NULL) macro

Completed in 12 milliseconds