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

  /src/sys/crypto/adiantum/
adiantum.c 189 /* Poly1305 */ struct
191 struct poly1305 {
197 poly1305_init(struct poly1305 *P, const uint8_t key[static 16])
212 poly1305_update_blocks(struct poly1305 *P, const uint8_t *m, size_t mlen)
295 poly1305_final(uint8_t h[static 16], struct poly1305 *P)
344 poly1305(uint8_t h[static 16], const uint8_t *m, size_t mlen,
347 struct poly1305 P;
380 poly1305(h, m, sizeof m, r);
383 hexdump(printf, "poly1305 h", h, sizeof h);
384 hexdump(printf, "poly1305 t", t, sizeof t)
340 poly1305(uint8_t h[static 16], const uint8_t *m, size_t mlen, function in typeref:typename:void
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/
Makefile.in 286 crypto_onetimeauth/poly1305/onetimeauth_poly1305.c \
287 crypto_onetimeauth/poly1305/onetimeauth_poly1305.h \
288 crypto_onetimeauth/poly1305/donna/poly1305_donna.h \
289 crypto_onetimeauth/poly1305/donna/poly1305_donna32.h \
290 crypto_onetimeauth/poly1305/donna/poly1305_donna64.h \
291 crypto_onetimeauth/poly1305/donna/poly1305_donna.c \
443 crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo \
444 crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo \
487 crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c \
488 crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h
    [all...]

Completed in 13 milliseconds