Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_rc5.c31 static OSSL_FUNC_cipher_set_ctx_params_fn rc5_set_ctx_params; variable
65 return rc5_set_ctx_params(ctx, params); in rc5_einit()
74 return rc5_set_ctx_params(ctx, params); in rc5_dinit()
77 static int rc5_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in rc5_set_ctx_params() function
175 (void (*)(void))rc5_set_ctx_params }, \