Searched refs:poly1305_core_setkey (Results 1 – 7 of 7) sorted by relevance
21 void poly1305_core_setkey(struct poly1305_core_key *key, const u8 *raw_key);
15 void poly1305_core_setkey(struct poly1305_core_key *key, const u8 raw_key[16]) in poly1305_core_setkey() function31 EXPORT_SYMBOL(poly1305_core_setkey);
13 void poly1305_core_setkey(struct poly1305_core_key *key, const u8 raw_key[16]) in poly1305_core_setkey() function28 EXPORT_SYMBOL(poly1305_core_setkey);
17 poly1305_core_setkey(&desc->core_r, key); in poly1305_init_generic()
39 poly1305_core_setkey(&dctx->core_r, src); in crypto_poly1305_setdesckey()
134 poly1305_core_setkey(&ctx->poly_key, key); in crypto_nhpoly1305_setkey()
170 poly1305_core_setkey(&tctx->header_hash_key, keyp); in adiantum_setkey()