Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/crypto/
Dpkey_ep11.c47 case TOKTYPE_NON_CCA: in is_ep11_key()
88 if (hdr->type == TOKTYPE_NON_CCA && in ep11_apqns4key()
107 } else if (hdr->type == TOKTYPE_NON_CCA && in ep11_apqns4key()
198 if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
205 } else if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
212 } else if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
240 if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
246 } else if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
252 } else if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
435 if (hdr->type == TOKTYPE_NON_CCA && in ep11_verifykey()
[all …]
Dpkey_pckmo.c38 case TOKTYPE_NON_CCA: in is_pckmo_key()
286 if (hdr->type != TOKTYPE_NON_CCA) in pckmo_key2protkey()
465 if (hdr->type != TOKTYPE_NON_CCA) in pckmo_verify_key()
Dzcrypt_ep11misc.c171 if (tmph->type != TOKTYPE_NON_CCA && in ep11_kb_decode()
233 if (hdr->type != TOKTYPE_NON_CCA) { in ep11_check_aes_key_with_hdr()
236 __func__, (int)hdr->type, TOKTYPE_NON_CCA); in ep11_check_aes_key_with_hdr()
300 if (hdr->type != TOKTYPE_NON_CCA) { in ep11_check_ecc_key_with_hdr()
303 __func__, (int)hdr->type, TOKTYPE_NON_CCA); in ep11_check_ecc_key_with_hdr()
367 if (kb->head.type != TOKTYPE_NON_CCA) { in ep11_check_aes_key()
370 __func__, (int)kb->head.type, TOKTYPE_NON_CCA); in ep11_check_aes_key()
963 hdr->type = TOKTYPE_NON_CCA; in ep11_genaeskey()
1282 hdr->type = TOKTYPE_NON_CCA; in ep11_unwrapkey()
Dpkey_sysfs.c65 protkeytoken.type = TOKTYPE_NON_CCA; in pkey_protkey_aes_attr_read()
130 t->type = TOKTYPE_NON_CCA; in pkey_protkey_aes_xts_attr_read()
172 t->type = TOKTYPE_NON_CCA; in pkey_protkey_hmac_attr_read()
Dzcrypt_ccamisc.h17 #define TOKTYPE_NON_CCA 0x00 /* Non-CCA key token */ macro
Dpkey_api.c191 t->type = TOKTYPE_NON_CCA; in pkey_ioctl_clr2protk()
350 t->type = TOKTYPE_NON_CCA; in pkey_ioctl_verifyprotk()
Dpkey_cca.c566 if (hdr->type == TOKTYPE_NON_CCA && in cca_slowpath_key2protkey()