Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/ciphers/
A Dcipher_chacha20_poly1305.c31 static OSSL_FUNC_cipher_set_ctx_params_fn chacha20_poly1305_set_ctx_params; variable
143 static int chacha20_poly1305_set_ctx_params(void *vctx, in chacha20_poly1305_set_ctx_params() function
243 if (ret && !chacha20_poly1305_set_ctx_params(vctx, params)) in chacha20_poly1305_einit()
263 if (ret && !chacha20_poly1305_set_ctx_params(vctx, params)) in chacha20_poly1305_dinit()
330 (void (*)(void))chacha20_poly1305_set_ctx_params },

Completed in 4 milliseconds