Searched refs:poly1305_init (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/poly1305/ |
A D | poly1305_test.c | 28 if ((err = poly1305_init(&st, k, 32)) != CRYPT_OK) return err; in poly1305_test() 38 if ((err = poly1305_init(&st, k, 32)) != CRYPT_OK) return err; in poly1305_test()
|
A D | poly1305_memory.c | 33 if ((err = poly1305_init(&st, key, keylen)) != CRYPT_OK) { goto LBL_ERR; } in poly1305_memory()
|
A D | poly1305_memory_multi.c | 41 if ((err = poly1305_init(&st, key, keylen)) != CRYPT_OK) { goto LBL_ERR; } in poly1305_memory_multi()
|
A D | poly1305_file.c | 47 if ((err = poly1305_init(&st, key, keylen)) != CRYPT_OK) { in poly1305_file()
|
A D | poly1305.c | 83 int poly1305_init(poly1305_state *st, const unsigned char *key, unsigned long keylen) in poly1305_init() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/chachapoly/ |
A D | chacha20poly1305_setiv.c | 50 if ((err = poly1305_init(&st->poly, polykey, 32)) != CRYPT_OK) return err; in chacha20poly1305_setiv()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_mac.h | 114 int poly1305_init(poly1305_state *st, const unsigned char *key, unsigned long keylen);
|
Completed in 6 milliseconds