Searched refs:BIO_get_cipher_ctx (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/doc/man3/ |
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.
|
/third_party/openssl/crypto/cms/ |
D | cms_enc.c | 51 BIO_get_cipher_ctx(b, &ctx); in ossl_cms_EncryptedContent_init_bio()
|
D | cms_env.c | 1103 BIO_get_cipher_ctx(contentBio, &ctx); in cms_EnvelopedData_Decryption_init_bio() 1226 BIO_get_cipher_ctx(mbio, &ctx); in ossl_cms_EnvelopedData_final() 1259 BIO_get_cipher_ctx(cmsbio, &ctx); in ossl_cms_AuthEnvelopedData_final()
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_doit.c | 302 BIO_get_cipher_ctx(btmp, &ctx); in PKCS7_dataInit() 596 BIO_get_cipher_ctx(etmp, &evp_ctx); in PKCS7_dataDecode()
|
/third_party/openssl/apps/ |
D | enc.c | 554 BIO_get_cipher_ctx(benc, &ctx); in enc_main()
|
/third_party/openssl/util/ |
D | other.syms | 158 BIO_get_cipher_ctx define
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | evp.h | 521 # define BIO_get_cipher_ctx(b,c_pp) BIO_ctrl(b,BIO_C_GET_CIPHER_CTX,0, \ macro
|
/third_party/openssl/include/openssl/ |
D | evp.h | 672 # define BIO_get_cipher_ctx(b,c_pp) BIO_ctrl(b,BIO_C_GET_CIPHER_CTX,0,(c_pp)) macro
|