Searched refs:TOKTYPE_NON_CCA (Results 1 – 8 of 8) sorted by relevance
46 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 …]
37 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()
117 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()
64 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()
18 #define TOKTYPE_NON_CCA 0x00 /* Non-CCA key token */ macro
56 case TOKTYPE_NON_CCA: in is_uv_key()
194 t->type = TOKTYPE_NON_CCA; in pkey_ioctl_clr2protk()353 t->type = TOKTYPE_NON_CCA; in pkey_ioctl_verifyprotk()
569 if (hdr->type == TOKTYPE_NON_CCA && in cca_slowpath_key2protkey()
Completed in 21 milliseconds