Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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 }, \
/third_party/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 }, \

Completed in 2 milliseconds