Home
last modified time | relevance | path

Searched refs:BIO_get_cipher_ctx (Results 1 – 7 of 7) sorted by relevance

/openssl/doc/man3/
H A DBIO_f_cipher.pod5 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.
/openssl/crypto/cms/
H A Dcms_enc.c52 BIO_get_cipher_ctx(b, &ctx); in ossl_cms_EncryptedContent_init_bio()
H A Dcms_env.c1146 BIO_get_cipher_ctx(contentBio, &ctx); in cms_EnvelopedData_Decryption_init_bio()
1269 BIO_get_cipher_ctx(mbio, &ctx); in ossl_cms_EnvelopedData_final()
1302 BIO_get_cipher_ctx(cmsbio, &ctx); in ossl_cms_AuthEnvelopedData_final()
/openssl/crypto/pkcs7/
H A Dpk7_doit.c292 BIO_get_cipher_ctx(btmp, &ctx); in PKCS7_dataInit()
586 BIO_get_cipher_ctx(etmp, &evp_ctx); in PKCS7_dataDecode()
/openssl/apps/
H A Denc.c631 BIO_get_cipher_ctx(benc, &ctx); in enc_main()
/openssl/util/
H A Dother.syms198 BIO_get_cipher_ctx define
/openssl/include/openssl/
H A Devp.h682 # define BIO_get_cipher_ctx(b,c_pp) BIO_ctrl(b,BIO_C_GET_CIPHER_CTX,0,(c_pp)) macro

Completed in 27 milliseconds