Home
last modified time | relevance | path

Searched refs:ossl_cipher_var_keylen_set_ctx_params (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/providers/implementations/ciphers/
Dcipher_rc4.c61 return ossl_cipher_var_keylen_set_ctx_params(ctx, params); in rc4_einit()
70 return ossl_cipher_var_keylen_set_ctx_params(ctx, params); in rc4_dinit()
108 (void (*)(void))ossl_cipher_var_keylen_set_ctx_params }, \
Dcipher_rc5.c85 if (!ossl_cipher_var_keylen_set_ctx_params(vctx, params)) in rc5_set_ctx_params()
Dcipher_rc2.c170 if (!ossl_cipher_var_keylen_set_ctx_params(vctx, params)) in rc2_set_ctx_params()
Dciphercommon.c113 int ossl_cipher_var_keylen_set_ctx_params(void *vctx, const OSSL_PARAM params[])
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon.h115 OSSL_FUNC_cipher_set_ctx_params_fn ossl_cipher_var_keylen_set_ctx_params; variable
172 (void (*)(void))ossl_cipher_var_keylen_set_ctx_params }, \