HomeSort by: relevance | last modified time | path
    Searched defs:poly1305_final (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/crypto/adiantum/
adiantum.c 295 poly1305_final(uint8_t h[static 16], struct poly1305 *P)
351 poly1305_final(h, &P);
472 poly1305_final(h, &P);
1856 poly1305_final(ht, &P);
292 poly1305_final(uint8_t h[static 16], struct poly1305 *P) function in typeref:typename:void
adiantum.c 295 poly1305_final(uint8_t h[static 16], struct poly1305 *P)
351 poly1305_final(h, &P);
472 poly1305_final(h, &P);
1856 poly1305_final(ht, &P);
292 poly1305_final(uint8_t h[static 16], struct poly1305 *P) function in typeref:typename:void

Completed in 26 milliseconds