Searched refs:prep_iopad (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | sa2ul.c | 109 * @prep_iopad: Function pointer to generate intermediate ipad/opad 125 void (*prep_iopad)(struct algo_data *algo, const u8 *key, member 519 ad->prep_iopad(ad, key, key_sz, ipad, opad); in sa_set_sc_auth() 1807 ad->prep_iopad = sa_prepare_iopads; in sa_aead_setkey()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | sa2ul.c | 129 * @prep_iopad: Function pointer to generate intermediate ipad/opad 145 void (*prep_iopad)(struct algo_data *algo, const u8 *key, member 546 ad->prep_iopad(ad, key, key_sz, ipad, opad); in sa_set_sc_auth() 1828 ad->prep_iopad = sa_prepare_iopads; in sa_aead_setkey()
|
Completed in 7 milliseconds