Searched refs:CHACHA20POLY1305_DECRYPT (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/chachapoly/ |
A D | chacha20poly1305_test.c | 76 … ct, mlen, pt, dmac, &len, CHACHA20POLY1305_DECRYPT)) != CRYPT_OK) return err; in chacha20poly1305_test() 143 wpt, 0, wct, valid_tag, &taglen, CHACHA20POLY1305_DECRYPT); in chacha20poly1305_test() 149 wpt, 0, wct, invalid_tag, &taglen, CHACHA20POLY1305_DECRYPT); in chacha20poly1305_test()
|
A D | chacha20poly1305_memory.c | 51 else if (direction == CHACHA20POLY1305_DECRYPT) { in chacha20poly1305_memory()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_mac.h | 549 #define CHACHA20POLY1305_DECRYPT LTC_DECRYPT macro
|
Completed in 7 milliseconds