Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/doc/man3/
HDBIO_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
/freebsd-head/crypto/openssl/crypto/pkcs7/
HDpk7_smime.c538 if (BIO_get_cipher_status(tmpmem) <= 0) in PKCS7_decrypt()
553 if (BIO_get_cipher_status(tmpmem) <= 0) in PKCS7_decrypt()
/freebsd-head/crypto/openssl/util/
HDother.syms172 BIO_get_cipher_status define
/freebsd-head/crypto/openssl/crypto/cms/
HDcms_smime.c51 if (BIO_get_cipher_status(in) <= 0) in cms_copy_content()
/freebsd-head/crypto/openssl/include/openssl/
HDevp.h673 # define BIO_get_cipher_status(b) BIO_ctrl(b,BIO_C_GET_CIPHER_STATUS,0,NULL) macro
/freebsd-head/secure/lib/libcrypto/man/man3/
HDMakefile807 MLINKS+= BIO_f_cipher.3 BIO_get_cipher_status.3