Home
last modified time | relevance | path

Searched refs:ossl_cipher_generic_get_ctx_params (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/providers/implementations/include/prov/
Dciphercommon.h110 OSSL_FUNC_cipher_get_ctx_params_fn ossl_cipher_generic_get_ctx_params; variable
143 (void (*)(void))ossl_cipher_generic_get_ctx_params }, \
170 (void (*)(void))ossl_cipher_generic_get_ctx_params }, \
/third_party/openssl/providers/implementations/ciphers/
Dcipher_rc4.c106 (void (*)(void))ossl_cipher_generic_get_ctx_params }, \
Dcipher_tdes_common.c140 if (!ossl_cipher_generic_get_ctx_params(vctx, params)) in ossl_tdes_get_ctx_params()
Dcipher_aes_cts.inc60 return ossl_cipher_generic_get_ctx_params(vctx, params);
Dcipher_camellia_cts.inc60 return ossl_cipher_generic_get_ctx_params(vctx, params);
Dcipher_rc5.c122 if (!ossl_cipher_generic_get_ctx_params(vctx, params)) in OSSL_PARAM_uint()
Dcipher_des.c140 if (!ossl_cipher_generic_get_ctx_params(vctx, params))
Dcipher_aes_xts.c283 (void (*)(void))ossl_cipher_generic_get_ctx_params }, \
Dcipher_rc2.c113 if (!ossl_cipher_generic_get_ctx_params(vctx, params)) in rc2_get_ctx_params()
Dcipher_aes_wrp.c289 (void (*)(void))ossl_cipher_generic_get_ctx_params }, \
Dciphercommon.c543 int ossl_cipher_generic_get_ctx_params(void *vctx, OSSL_PARAM params[]) in ossl_cipher_generic_get_ctx_params() function