Searched refs:poly1305_update (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
H A D | poly1305_donna.c | 15 poly1305_update(poly1305_state_internal_t *st, const unsigned char *m, in poly1305_update() function 66 poly1305_update(&state, m, inlen); in crypto_onetimeauth_poly1305_donna() 88 poly1305_update((poly1305_state_internal_t *) (void *) state, in, inlen); in crypto_onetimeauth_poly1305_donna_update()
|
/freebsd/crypto/openssl/providers/implementations/macs/ |
H A D | poly1305_prov.c | 35 static OSSL_FUNC_mac_update_fn poly1305_update; variable 107 static int poly1305_update(void *vmacctx, const unsigned char *data, in poly1305_update() function 179 { OSSL_FUNC_MAC_UPDATE, (void (*)(void))poly1305_update },
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
H A D | poly1305_sse2.c | 759 poly1305_update(poly1305_state_internal_t *st, const unsigned char *m, in poly1305_update() function 891 poly1305_update((poly1305_state_internal_t *) (void *) state, in, inlen); in crypto_onetimeauth_poly1305_sse2_update()
|