Searched defs:poly1305_final (Results 1 – 2 of 2) sorted by relevance
36 static OSSL_FUNC_mac_final_fn poly1305_final; variable121 static int poly1305_final(void *vmacctx, unsigned char *out, size_t *outl, in poly1305_final() function
292 poly1305_final(uint8_t h[static 16], struct poly1305 *P) in poly1305_final() function