Home
last modified time | relevance | path

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

/drivers/s390/crypto/
A Dpkey_ep11.c46 case TOKTYPE_NON_CCA: in is_ep11_key()
90 if (hdr->type == TOKTYPE_NON_CCA && in ep11_apqns4key()
109 } else if (hdr->type == TOKTYPE_NON_CCA && in ep11_apqns4key()
205 if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
212 } else if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
219 } else if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
243 if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
249 } else if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
255 } else if (hdr->type == TOKTYPE_NON_CCA && in ep11_key2protkey()
436 if (hdr->type == TOKTYPE_NON_CCA && in ep11_verifykey()
[all …]
A Dpkey_pckmo.c37 case TOKTYPE_NON_CCA: in is_pckmo_key()
226 if (hdr->type != TOKTYPE_NON_CCA) in pckmo_key2protkey()
363 if (hdr->type != TOKTYPE_NON_CCA) in pckmo_verify_key()
A Dzcrypt_ep11misc.c117 if (tmph->type != TOKTYPE_NON_CCA && in ep11_kb_decode()
179 if (hdr->type != TOKTYPE_NON_CCA) { in ep11_check_aes_key_with_hdr()
182 __func__, (int)hdr->type, TOKTYPE_NON_CCA); in ep11_check_aes_key_with_hdr()
246 if (hdr->type != TOKTYPE_NON_CCA) { in ep11_check_ecc_key_with_hdr()
249 __func__, (int)hdr->type, TOKTYPE_NON_CCA); in ep11_check_ecc_key_with_hdr()
313 if (kb->head.type != TOKTYPE_NON_CCA) { in ep11_check_aes_key()
316 __func__, (int)kb->head.type, TOKTYPE_NON_CCA); in ep11_check_aes_key()
915 hdr->type = TOKTYPE_NON_CCA; in ep11_genaeskey()
1227 hdr->type = TOKTYPE_NON_CCA; in ep11_unwrapkey()
A Dpkey_sysfs.c64 protkeytoken.type = TOKTYPE_NON_CCA; in pkey_protkey_aes_attr_read()
129 t->type = TOKTYPE_NON_CCA; in pkey_protkey_aes_xts_attr_read()
171 t->type = TOKTYPE_NON_CCA; in pkey_protkey_hmac_attr_read()
A Dzcrypt_ccamisc.h18 #define TOKTYPE_NON_CCA 0x00 /* Non-CCA key token */ macro
A Dpkey_uv.c56 case TOKTYPE_NON_CCA: in is_uv_key()
A Dpkey_api.c194 t->type = TOKTYPE_NON_CCA; in pkey_ioctl_clr2protk()
353 t->type = TOKTYPE_NON_CCA; in pkey_ioctl_verifyprotk()
A Dpkey_cca.c569 if (hdr->type == TOKTYPE_NON_CCA && in cca_slowpath_key2protkey()

Completed in 21 milliseconds