Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_rc4.c59 return ossl_cipher_var_keylen_set_ctx_params(ctx, params); in rc4_einit()
68 return ossl_cipher_var_keylen_set_ctx_params(ctx, params); in rc4_dinit()
106 (void (*)(void))ossl_cipher_var_keylen_set_ctx_params }, \
H A Dcipher_rc5.c83 if (!ossl_cipher_var_keylen_set_ctx_params(vctx, params)) in rc5_set_ctx_params()
H A Dcipher_rc2.c182 if (!ossl_cipher_var_keylen_set_ctx_params(vctx, params)) in rc2_set_ctx_params()
H A Dciphercommon.c113 int ossl_cipher_var_keylen_set_ctx_params(void *vctx, const OSSL_PARAM params[])
/openssl/providers/implementations/include/prov/
H A Dciphercommon.h121 OSSL_FUNC_cipher_set_ctx_params_fn ossl_cipher_var_keylen_set_ctx_params; variable
178 (void (*)(void))ossl_cipher_var_keylen_set_ctx_params }, \

Completed in 10 milliseconds