Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_chacha20_poly1305.c146 chacha20_poly1305_final(uint8_t *digest, void *vctx) in chacha20_poly1305_final() function
172 .final = chacha20_poly1305_final,
229 .final = chacha20_poly1305_final,
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c33 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 },