Searched refs:BIO_get_cipher_ctx (Results 1 – 4 of 4) sorted by relevance
96 BIO_get_cipher_ctx(b, &ctx); in cms_EncryptedContent_init_bio()
342 BIO_get_cipher_ctx(btmp, &ctx); in PKCS7_dataInit()560 BIO_get_cipher_ctx(etmp, &evp_ctx); in PKCS7_dataDecode()
664 BIO_get_cipher_ctx(benc, &ctx); in enc_main()
434 #define BIO_get_cipher_ctx(b,c_pp) BIO_ctrl(b,BIO_C_GET_CIPHER_CTX,0,(char *)c_pp) macro