Searched refs:BIO_get_cipher_ctx (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/pkcs7/ |
D | pk7_doit.c | 337 BIO_get_cipher_ctx(btmp, &ctx); in PKCS7_dataInit() 569 BIO_get_cipher_ctx(etmp,&evp_ctx); in PKCS7_dataDecode()
|
/external/openssl/apps/ |
D | enc.c | 594 BIO_get_cipher_ctx(benc, &ctx); in MAIN()
|
/external/openssl/include/openssl/ |
D | evp.h | 533 #define BIO_get_cipher_ctx(b,c_pp) BIO_ctrl(b,BIO_C_GET_CIPHER_CTX,0,(char *)c_pp) macro
|
/external/openssl/crypto/evp/ |
D | evp.h | 533 #define BIO_get_cipher_ctx(b,c_pp) BIO_ctrl(b,BIO_C_GET_CIPHER_CTX,0,(char *)c_pp) macro
|