Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c24 static OSSL_FUNC_cipher_newctx_fn chacha20_poly1305_newctx; variable
39 static void *chacha20_poly1305_newctx(void *provctx) in chacha20_poly1305_newctx() function
331 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))chacha20_poly1305_newctx },
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c24 static OSSL_FUNC_cipher_newctx_fn chacha20_poly1305_newctx; variable
38 static void *chacha20_poly1305_newctx(void *provctx) in chacha20_poly1305_newctx() function
311 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))chacha20_poly1305_newctx },

Completed in 2 milliseconds