Home
last modified time | relevance | path

Searched refs:ossl_cipher_generic_set_ctx_params (Results 1 – 7 of 7) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_des.c101 return ossl_cipher_generic_set_ctx_params(ctx, params); in des_init()
184 (void (*)(void))ossl_cipher_generic_set_ctx_params }, \
H A Dciphercommon.c121 if (!ossl_cipher_generic_set_ctx_params(vctx, params))
226 return ossl_cipher_generic_set_ctx_params(ctx, params); in cipher_generic_init_internal()
623 int ossl_cipher_generic_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in ossl_cipher_generic_set_ctx_params() function
H A Dcipher_camellia_cts.inc83 return ossl_cipher_generic_set_ctx_params(vctx, params);
H A Dcipher_aes_cts.inc83 return ossl_cipher_generic_set_ctx_params(vctx, params);
H A Dcipher_tdes_common.c185 return ossl_cipher_generic_set_ctx_params(vctx, params); in OSSL_PARAM_uint()
H A Dcipher_tdes_wrap.c202 (void (*)(void))ossl_cipher_generic_set_ctx_params }, \
/openssl/providers/implementations/include/prov/
H A Dciphercommon.h117 OSSL_FUNC_cipher_set_ctx_params_fn ossl_cipher_generic_set_ctx_params; variable
151 (void (*)(void))ossl_cipher_generic_set_ctx_params }, \

Completed in 19 milliseconds