Searched refs:chacha20poly1305_setiv_rfc7905 (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/encauth/chachapoly/ |
| H A D | chacha20poly1305_setiv_rfc7905.c | 16 int chacha20poly1305_setiv_rfc7905(chacha20poly1305_state *st, const unsigned char *iv, unsigned lo… in chacha20poly1305_setiv_rfc7905() function
|
| H A D | chacha20poly1305_test.c | 81 …if ((err = chacha20poly1305_setiv_rfc7905(&st1, i12, sizeof(i12), CONST64(0x1122334455667788))) !=… in chacha20poly1305_test() 92 …if ((err = chacha20poly1305_setiv_rfc7905(&st1, i12, sizeof(i12), CONST64(0x1122334455667788))) !=… in chacha20poly1305_test()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_mac.h | 552 int chacha20poly1305_setiv_rfc7905(chacha20poly1305_state *st, const unsigned char *iv, unsigned lo…
|