Searched refs:chacha20_set_ctx_params (Results 1 - 2 of 2) sorted by relevance
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20.c | 26 static OSSL_FUNC_cipher_set_ctx_params_fn chacha20_set_ctx_params; variable 104 static int chacha20_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in chacha20_set_ctx_params() function 162 if (ret && !chacha20_set_ctx_params(vctx, params)) in ossl_chacha20_einit() 181 if (ret && !chacha20_set_ctx_params(vctx, params)) in ossl_chacha20_dinit() 200 { OSSL_FUNC_CIPHER_SET_CTX_PARAMS, (void (*)(void))chacha20_set_ctx_params },
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20.c | 27 static OSSL_FUNC_cipher_set_ctx_params_fn chacha20_set_ctx_params; variable 124 static int chacha20_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in chacha20_set_ctx_params() function 182 if (ret && !chacha20_set_ctx_params(vctx, params)) in ossl_chacha20_einit() 201 if (ret && !chacha20_set_ctx_params(vctx, params)) in ossl_chacha20_dinit() 221 { OSSL_FUNC_CIPHER_SET_CTX_PARAMS, (void (*)(void))chacha20_set_ctx_params },
|
Completed in 1 milliseconds