Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/doc/crypto/
DBIO_f_cipher.pod5 BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher BIO filter
16 int BIO_get_cipher_ctx(BIO *b, EVP_CIPHER_CTX **pctx)
40 BIO_get_cipher_ctx() is a BIO_ctrl() macro which retrieves the internal
68 BIO_get_cipher_ctx() currently always returns 1.
/freebsd-10-stable/crypto/openssl/crypto/cms/
Dcms_enc.c92 BIO_get_cipher_ctx(b, &ctx); in DECLARE_ASN1_ITEM()
/freebsd-10-stable/crypto/openssl/crypto/pkcs7/
Dpk7_doit.c338 BIO_get_cipher_ctx(btmp, &ctx); in PKCS7_dataInit()
584 BIO_get_cipher_ctx(etmp, &evp_ctx); in PKCS7_dataDecode()
/freebsd-10-stable/crypto/openssl/apps/
Denc.c583 BIO_get_cipher_ctx(benc, &ctx); in MAIN()
/freebsd-10-stable/crypto/openssl/crypto/evp/
Devp.h550 # define BIO_get_cipher_ctx(b,c_pp) BIO_ctrl(b,BIO_C_GET_CIPHER_CTX,0,(char *)c_pp) macro
/freebsd-10-stable/secure/lib/libcrypto/
DMakefile.man241 MLINKS+= BIO_f_cipher.3 BIO_get_cipher_ctx.3