Symbol: OSSL_FUNC_CIPHER_NEWCTX
crypto/openssl/crypto/evp/evp_enc.c
1917
case OSSL_FUNC_CIPHER_NEWCTX:
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
408
{ OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))nm##_##kbits##_##sub##_newctx }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
297
{ OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))ossl_##alg##kbits##_##lc##_newctx }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
540
{ OSSL_FUNC_CIPHER_NEWCTX, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
271
{ OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))alg##kbits##lc##_newctx }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
299
{ OSSL_FUNC_CIPHER_NEWCTX, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
294
{ OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))aes_##kbits##_xts_newctx }, \
crypto/openssl/providers/implementations/ciphers/cipher_chacha20.c
208
{ OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))chacha20_newctx },
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
338
{ OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))chacha20_poly1305_newctx },
crypto/openssl/providers/implementations/ciphers/cipher_cts.h
22
{ OSSL_FUNC_CIPHER_NEWCTX, \
crypto/openssl/providers/implementations/ciphers/cipher_des.c
172
{ OSSL_FUNC_CIPHER_NEWCTX, \
crypto/openssl/providers/implementations/ciphers/cipher_null.c
177
{ OSSL_FUNC_CIPHER_NEWCTX,
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
259
{ OSSL_FUNC_CIPHER_NEWCTX, \
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
92
{ OSSL_FUNC_CIPHER_NEWCTX, \
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
225
{ OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))rc4_hmac_md5_newctx },
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
154
{ OSSL_FUNC_CIPHER_NEWCTX, \
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
258
{ OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))sm4_##kbits##_xts_newctx }, \
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
56
{ OSSL_FUNC_CIPHER_NEWCTX, \
crypto/openssl/providers/implementations/ciphers/cipher_tdes_wrap.c
187
{ OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))tdes_wrap_newctx }, \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
139
{ OSSL_FUNC_CIPHER_NEWCTX, \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
168
{ OSSL_FUNC_CIPHER_NEWCTX, \
crypto/openssl/providers/implementations/include/prov/ciphercommon_aead.h
35
{ OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))alg##kbits##lc##_newctx }, \
crypto/openssl/test/fake_cipherprov.c
252
{ OSSL_FUNC_CIPHER_NEWCTX,
crypto/openssl/test/fake_pipelineprov.c
266
{ OSSL_FUNC_CIPHER_NEWCTX, \