Searched refs:NHPOLY1305_KEY_SIZE (Results 1 - 3 of 3) sorted by path

/linux-master/crypto/
H A Dadiantum.c53 #define HASH_KEY_SIZE (POLY1305_BLOCK_SIZE + NHPOLY1305_KEY_SIZE)
177 err = crypto_shash_setkey(tctx->hash, keyp, NHPOLY1305_KEY_SIZE);
178 keyp += NHPOLY1305_KEY_SIZE;
H A Dnhpoly1305.c131 if (keylen != NHPOLY1305_KEY_SIZE)
/linux-master/include/crypto/
H A Dnhpoly1305.h33 #define NHPOLY1305_KEY_SIZE (POLY1305_BLOCK_SIZE + NH_KEY_BYTES) macro

Completed in 211 milliseconds