Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c28 static OSSL_FUNC_cipher_decrypt_init_fn chacha20_poly1305_dinit; variable
265 static int chacha20_poly1305_dinit(void *vctx, const unsigned char *key, in chacha20_poly1305_dinit() function
335 { OSSL_FUNC_CIPHER_DECRYPT_INIT, (void (*)(void))chacha20_poly1305_dinit },
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c27 static OSSL_FUNC_cipher_decrypt_init_fn chacha20_poly1305_dinit; variable
245 static int chacha20_poly1305_dinit(void *vctx, const unsigned char *key, in chacha20_poly1305_dinit() function
314 { OSSL_FUNC_CIPHER_DECRYPT_INIT, (void (*)(void))chacha20_poly1305_dinit },

Completed in 2 milliseconds