Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_rc4_hmac_md5.c39 static OSSL_FUNC_cipher_set_ctx_params_fn rc4_hmac_md5_set_ctx_params; variable
80 return rc4_hmac_md5_set_ctx_params(ctx, params); in rc4_hmac_md5_einit()
89 return rc4_hmac_md5_set_ctx_params(ctx, params); in rc4_hmac_md5_dinit()
140 static int rc4_hmac_md5_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in rc4_hmac_md5_set_ctx_params() function
230 (void (*)(void))rc4_hmac_md5_set_ctx_params },
/third_party/openssl/providers/implementations/ciphers/
Dcipher_rc4_hmac_md5.c39 static OSSL_FUNC_cipher_set_ctx_params_fn rc4_hmac_md5_set_ctx_params; variable
80 return rc4_hmac_md5_set_ctx_params(ctx, params); in rc4_hmac_md5_einit()
89 return rc4_hmac_md5_set_ctx_params(ctx, params); in rc4_hmac_md5_dinit()
140 static int rc4_hmac_md5_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in rc4_hmac_md5_set_ctx_params() function
230 (void (*)(void))rc4_hmac_md5_set_ctx_params },