/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
poly1305_donna64.h | 25 typedef struct poly1305_state_internal_t { struct 32 } poly1305_state_internal_t; typedef in typeref:struct:poly1305_state_internal_t 35 poly1305_init(poly1305_state_internal_t *st, const unsigned char key[32]) 62 poly1305_blocks(poly1305_state_internal_t *st, const unsigned char *m, 136 poly1305_finish(poly1305_state_internal_t *st, unsigned char mac[16])
|
poly1305_donna32.h | 19 typedef struct poly1305_state_internal_t { struct 26 } poly1305_state_internal_t; typedef in typeref:struct:poly1305_state_internal_t 29 poly1305_init(poly1305_state_internal_t *st, const unsigned char key[32]) 56 poly1305_blocks(poly1305_state_internal_t *st, const unsigned char *m, 140 poly1305_finish(poly1305_state_internal_t *st, unsigned char mac[16])
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
poly1305_sse2.c | 40 typedef struct poly1305_state_internal_t { struct 52 } poly1305_state_internal_t; /* 164 bytes total */ typedef in typeref:struct:poly1305_state_internal_t 103 poly1305_init_ext(poly1305_state_internal_t *st, const unsigned char key[32], 196 poly1305_blocks(poly1305_state_internal_t *st, const unsigned char *m, 759 poly1305_update(poly1305_state_internal_t *st, const unsigned char *m, 803 poly1305_finish_ext(poly1305_state_internal_t *st, const unsigned char *m, 870 poly1305_finish(poly1305_state_internal_t *st, unsigned char mac[16]) 880 sizeof(poly1305_state_internal_t)); 881 poly1305_init_ext((poly1305_state_internal_t *) (void *) state, key, 0U); 891 poly1305_update((poly1305_state_internal_t *) (void *) state, in, inlen) [all...] |