Home
last modified time | relevance | path

Searched refs:OSSL_FUNC_CIPHER_NEWCTX (Results 1 – 21 of 21) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_cts.h22 { OSSL_FUNC_CIPHER_NEWCTX, \
H A Dcipher_rc4.c94 { OSSL_FUNC_CIPHER_NEWCTX, \
H A Dcipher_tdes.h54 { OSSL_FUNC_CIPHER_NEWCTX, \
H A Dcipher_null.c178 { OSSL_FUNC_CIPHER_NEWCTX,
H A Dcipher_rc5.c157 { OSSL_FUNC_CIPHER_NEWCTX, \
H A Dcipher_tdes_wrap.c190 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))tdes_wrap_newctx }, \
H A Dcipher_chacha20.c208 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))chacha20_newctx },
H A Dcipher_rc4_hmac_md5.c225 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))rc4_hmac_md5_newctx },
H A Dcipher_des.c174 { OSSL_FUNC_CIPHER_NEWCTX, \
H A Dcipher_aes_xts.c270 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))aes_##kbits##_xts_newctx }, \
H A Dcipher_rc2.c247 { OSSL_FUNC_CIPHER_NEWCTX, \
H A Dcipher_aes_siv.c282 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))alg##kbits##lc##_newctx }, \
H A Dcipher_aes_wrp.c297 { OSSL_FUNC_CIPHER_NEWCTX, \
H A Dcipher_chacha20_poly1305.c331 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))chacha20_poly1305_newctx },
H A Dcipher_aes_cbc_hmac_sha.c404 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))nm##_##kbits##_##sub##_newctx },\
H A Dcipher_aes_ocb.c536 { OSSL_FUNC_CIPHER_NEWCTX, \
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon_aead.h31 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))alg##kbits##lc##_newctx }, \
H A Dciphercommon.h132 { OSSL_FUNC_CIPHER_NEWCTX, \
159 { OSSL_FUNC_CIPHER_NEWCTX, \
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-cipher.pod84 OSSL_FUNC_cipher_newctx OSSL_FUNC_CIPHER_NEWCTX
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h315 # define OSSL_FUNC_CIPHER_NEWCTX 1 macro
/freebsd/crypto/openssl/crypto/evp/
H A Devp_enc.c1553 case OSSL_FUNC_CIPHER_NEWCTX: in evp_cipher_from_algorithm()