Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c31 static OSSL_FUNC_cipher_set_ctx_params_fn chacha20_poly1305_set_ctx_params; variable
161 static int chacha20_poly1305_set_ctx_params(void *vctx, in chacha20_poly1305_set_ctx_params() function
260 if (ret && !chacha20_poly1305_set_ctx_params(vctx, params)) in chacha20_poly1305_einit()
280 if (ret && !chacha20_poly1305_set_ctx_params(vctx, params)) in chacha20_poly1305_dinit()
348 (void (*)(void))chacha20_poly1305_set_ctx_params },
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c30 static OSSL_FUNC_cipher_set_ctx_params_fn chacha20_poly1305_set_ctx_params; variable
141 static int chacha20_poly1305_set_ctx_params(void *vctx, in chacha20_poly1305_set_ctx_params() function
240 if (ret && !chacha20_poly1305_set_ctx_params(vctx, params)) in chacha20_poly1305_einit()
260 if (ret && !chacha20_poly1305_set_ctx_params(vctx, params)) in chacha20_poly1305_dinit()
327 (void (*)(void))chacha20_poly1305_set_ctx_params },

Completed in 2 milliseconds