Searched refs:poly1305_done (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/poly1305/ |
A D | poly1305_test.c | 35 if ((err = poly1305_done(&st, out, &len)) != CRYPT_OK) return err; in poly1305_test() 40 if ((err = poly1305_done(&st, out, &len)) != CRYPT_OK) return err; in poly1305_test()
|
A D | poly1305_memory.c | 35 err = poly1305_done(&st, mac, maclen); in poly1305_memory()
|
A D | poly1305_memory_multi.c | 48 err = poly1305_done(&st, mac, maclen); in poly1305_memory_multi()
|
A D | poly1305_file.c | 70 err = poly1305_done(&st, mac, maclen); in poly1305_file()
|
A D | poly1305.c | 165 int poly1305_done(poly1305_state *st, unsigned char *mac, unsigned long *maclen) in poly1305_done() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/chachapoly/ |
A D | chacha20poly1305_done.c | 31 if ((err = poly1305_done(&st->poly, tag, taglen)) != CRYPT_OK) return err; in chacha20poly1305_done()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_mac.h | 116 int poly1305_done(poly1305_state *st, unsigned char *mac, unsigned long *maclen);
|
Completed in 6 milliseconds