Home
last modified time | relevance | path

Searched refs:crypto_poly1305_setkey (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/crypto/
Dpoly1305.h33 int crypto_poly1305_setkey(struct crypto_shash *tfm,
/linux-4.4.14/crypto/
Dpoly1305_generic.c54 int crypto_poly1305_setkey(struct crypto_shash *tfm, in crypto_poly1305_setkey() function
63 EXPORT_SYMBOL_GPL(crypto_poly1305_setkey);
288 .setkey = crypto_poly1305_setkey,
/linux-4.4.14/arch/x86/crypto/
Dpoly1305_glue.c167 .setkey = crypto_poly1305_setkey,