Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c27 static OSSL_FUNC_cipher_encrypt_init_fn chacha20_poly1305_einit; variable
245 static int chacha20_poly1305_einit(void *vctx, const unsigned char *key, in chacha20_poly1305_einit() function
334 { OSSL_FUNC_CIPHER_ENCRYPT_INIT, (void (*)(void))chacha20_poly1305_einit },
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c26 static OSSL_FUNC_cipher_encrypt_init_fn chacha20_poly1305_einit; variable
225 static int chacha20_poly1305_einit(void *vctx, const unsigned char *key, in chacha20_poly1305_einit() function
313 { OSSL_FUNC_CIPHER_ENCRYPT_INIT, (void (*)(void))chacha20_poly1305_einit },

Completed in 2 milliseconds