Searched refs:header_hash_key (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | adiantum.c | 73 struct poly1305_core_key header_hash_key; member 170 poly1305_core_setkey(&tctx->header_hash_key, keyp); in adiantum_setkey() 235 poly1305_core_blocks(&state, &tctx->header_hash_key, in adiantum_hash_header() 239 poly1305_core_blocks(&state, &tctx->header_hash_key, req->iv, in adiantum_hash_header()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | adiantum.c | 74 struct poly1305_core_key header_hash_key; member 171 poly1305_core_setkey(&tctx->header_hash_key, keyp); in adiantum_setkey() 236 poly1305_core_blocks(&state, &tctx->header_hash_key, in adiantum_hash_header() 240 poly1305_core_blocks(&state, &tctx->header_hash_key, req->iv, in adiantum_hash_header()
|
Completed in 2 milliseconds