Searched refs:chacha20_poly1305_final (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305.c | 33 static OSSL_FUNC_cipher_final_fn chacha20_poly1305_final; variable 312 static int chacha20_poly1305_final(void *vctx, unsigned char *out, size_t *outl, in chacha20_poly1305_final() function 337 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))chacha20_poly1305_final },
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305.c | 32 static OSSL_FUNC_cipher_final_fn chacha20_poly1305_final; variable 292 static int chacha20_poly1305_final(void *vctx, unsigned char *out, size_t *outl, in chacha20_poly1305_final() function 316 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))chacha20_poly1305_final },
|
Completed in 1 milliseconds