Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
A Dzcrypt_ep11misc.c489 } __packed * rep_pl; in ep11_query_info() local
534 if (rep_pl->data_tag != 0x04 || rep_pl->data_lenfmt != 0x82) { in ep11_query_info()
546 memcpy(buf, ((u8 *) rep_pl) + sizeof(*rep_pl), rep_pl->data_len); in ep11_query_info()
701 } __packed * rep_pl; in ep11_genaeskey() local
772 if (rep_pl->data_tag != 0x04 || rep_pl->data_lenfmt != 0x82) { in ep11_genaeskey()
785 memcpy(keybuf, rep_pl->data, rep_pl->data_len); in ep11_genaeskey()
897 p = ((u8 *) rep_pl) + sizeof(*rep_pl); in ep11_cryptsingle()
1040 if (rep_pl->data_tag != 0x04 || rep_pl->data_lenfmt != 0x82) { in ep11_unwrapkey()
1053 memcpy(keybuf, rep_pl->data, rep_pl->data_len); in ep11_unwrapkey()
1178 if (rep_pl->data_tag != 0x04 || rep_pl->data_lenfmt != 0x82) { in ep11_wrapkey()
[all …]

Completed in 7 milliseconds