Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dpkey_ep11.c45 case TOKTYPE_NON_CCA: in is_ep11_key()
89 if (hdr->type == TOKTYPE_NON_CCA && in ep11_apqns4key()
108 } else if (hdr->type == TOKTYPE_NON_CCA && in ep11_apqns4key()
204 if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
211 } else if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
218 } else if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
242 if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
248 } else if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
254 } else if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
440 if (hdr->type == TOKTYPE_NON_CCA && in ep11_verifykey()
[all …]
H A Dpkey_pckmo.c36 case TOKTYPE_NON_CCA: in is_pckmo_key()
226 if (hdr->type != TOKTYPE_NON_CCA) in pckmo_key2protkey()
368 if (hdr->type != TOKTYPE_NON_CCA) in pckmo_verify_key()
H A Dzcrypt_ep11misc.c116 if (tmph->type != TOKTYPE_NON_CCA && in ep11_kb_decode()
178 if (hdr->type != TOKTYPE_NON_CCA) { in ep11_check_aes_key_with_hdr()
181 __func__, (int)hdr->type, TOKTYPE_NON_CCA); in ep11_check_aes_key_with_hdr()
245 if (hdr->type != TOKTYPE_NON_CCA) { in ep11_check_ecc_key_with_hdr()
248 __func__, (int)hdr->type, TOKTYPE_NON_CCA); in ep11_check_ecc_key_with_hdr()
312 if (kb->head.type != TOKTYPE_NON_CCA) { in ep11_check_aes_key()
315 __func__, (int)kb->head.type, TOKTYPE_NON_CCA); in ep11_check_aes_key()
914 hdr->type = TOKTYPE_NON_CCA; in ep11_genaeskey()
1226 hdr->type = TOKTYPE_NON_CCA; in ep11_unwrapkey()
H A Dpkey_sysfs.c63 protkeytoken.type = TOKTYPE_NON_CCA; in pkey_protkey_aes_attr_read()
128 t->type = TOKTYPE_NON_CCA; in pkey_protkey_aes_xts_attr_read()
170 t->type = TOKTYPE_NON_CCA; in pkey_protkey_hmac_attr_read()
H A Dzcrypt_ccamisc.h18 #define TOKTYPE_NON_CCA 0x00 /* Non-CCA key token */ macro
H A Dpkey_uv.c55 case TOKTYPE_NON_CCA: in is_uv_key()
H A Dpkey_api.c193 t->type = TOKTYPE_NON_CCA; in pkey_ioctl_clr2protk()
352 t->type = TOKTYPE_NON_CCA; in pkey_ioctl_verifyprotk()
H A Dpkey_cca.c573 if (hdr->type == TOKTYPE_NON_CCA && in cca_slowpath_key2protkey()