Searched refs:BIO_get_cipher_ctx (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BIO_f_cipher.pod | 5 BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher BIO filter 18 int BIO_get_cipher_ctx(BIO *b, EVP_CIPHER_CTX **pctx); 42 BIO_get_cipher_ctx() is a BIO_ctrl() macro which retrieves the internal 70 BIO_get_cipher_ctx() returns 1 for success and <=0 for failure.
|
| /freebsd/crypto/openssl/test/ |
| H A D | bio_enc_test.c | 290 || !TEST_int_gt(BIO_get_cipher_ctx(cbio, &ctx), 0) in test_bio_enc_eof_read_flush() 309 || !TEST_int_gt(BIO_get_cipher_ctx(cbio, &ctx), 0) in test_bio_enc_eof_read_flush()
|
| /freebsd/crypto/openssl/crypto/cms/ |
| H A D | cms_enc.c | 52 BIO_get_cipher_ctx(b, &ctx); in ossl_cms_EncryptedContent_init_bio()
|
| H A D | cms_env.c | 1145 BIO_get_cipher_ctx(contentBio, &ctx); in cms_EnvelopedData_Decryption_init_bio() 1270 BIO_get_cipher_ctx(mbio, &ctx); in ossl_cms_EnvelopedData_final() 1305 BIO_get_cipher_ctx(cmsbio, &ctx); in ossl_cms_AuthEnvelopedData_final()
|
| /freebsd/crypto/openssl/crypto/pkcs7/ |
| H A D | pk7_doit.c | 327 BIO_get_cipher_ctx(btmp, &ctx); in PKCS7_dataInit() 639 BIO_get_cipher_ctx(etmp, &evp_ctx); in PKCS7_dataDecode()
|
| /freebsd/crypto/openssl/apps/ |
| H A D | enc.c | 690 BIO_get_cipher_ctx(benc, &ctx); in enc_main()
|
| /freebsd/crypto/openssl/util/ |
| H A D | other.syms | 209 BIO_get_cipher_ctx define
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | evp.h | 690 #define BIO_get_cipher_ctx(b, c_pp) BIO_ctrl(b, BIO_C_GET_CIPHER_CTX, 0, (c_pp)) macro
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 885 MLINKS+= BIO_f_cipher.3 BIO_get_cipher_ctx.3
|