Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/crypto/
Dpkey_ep11.c49 case TOKVER_EP11_AES: in is_ep11_key()
108 hdr->version == TOKVER_EP11_AES && in ep11_apqns4key()
213 hdr->version == TOKVER_EP11_AES && in ep11_key2protkey()
253 hdr->version == TOKVER_EP11_AES && in ep11_key2protkey()
436 hdr->version == TOKVER_EP11_AES) { in ep11_verifykey()
Dzcrypt_ep11misc.h25 #define TOKVER_EP11_AES 0x03 /* EP11 AES key blob (old style) */ macro
Dzcrypt_ep11misc.c127 case TOKVER_EP11_AES: in ep11_kb_split()
373 if (kb->head.version != TOKVER_EP11_AES) { in ep11_check_aes_key()
376 __func__, (int)kb->head.version, TOKVER_EP11_AES); in ep11_check_aes_key()
943 case TOKVER_EP11_AES: in ep11_genaeskey()
1495 if (hdr->version == TOKVER_EP11_AES) { in ep11_kblob2protkey()