Searched refs:TOKTYPE_NON_CCA (Results 1 – 3 of 3) sorted by relevance
176 if (tmph->type != TOKTYPE_NON_CCA && in ep11_kb_decode()238 if (hdr->type != TOKTYPE_NON_CCA) { in ep11_check_aes_key_with_hdr()241 __func__, (int)hdr->type, TOKTYPE_NON_CCA); in ep11_check_aes_key_with_hdr()305 if (hdr->type != TOKTYPE_NON_CCA) { in ep11_check_ecc_key_with_hdr()308 __func__, (int)hdr->type, TOKTYPE_NON_CCA); in ep11_check_ecc_key_with_hdr()372 if (kb->head.type != TOKTYPE_NON_CCA) { in ep11_check_aes_key()375 __func__, (int)kb->head.type, TOKTYPE_NON_CCA); in ep11_check_aes_key()942 hdr->type = TOKTYPE_NON_CCA; in ep11_genaeskey()1251 hdr->type = TOKTYPE_NON_CCA; in ep11_unwrapkey()
680 case TOKTYPE_NON_CCA: in pkey_keyblob2pkey()905 } else if (hdr->type == TOKTYPE_NON_CCA && in pkey_verifykey2()931 } else if (hdr->type == TOKTYPE_NON_CCA && in pkey_verifykey2()996 } else if (hdr->type == TOKTYPE_NON_CCA) { in pkey_keyblob2pkey2()1054 if (hdr->type == TOKTYPE_NON_CCA && in pkey_apqns4key()1072 } else if (hdr->type == TOKTYPE_NON_CCA && in pkey_apqns4key()1233 if (hdr->type == TOKTYPE_NON_CCA && in pkey_keyblob2pkey3()1239 } else if (hdr->type == TOKTYPE_NON_CCA && in pkey_keyblob2pkey3()1245 } else if (hdr->type == TOKTYPE_NON_CCA && in pkey_keyblob2pkey3()1275 } else if (hdr->type == TOKTYPE_NON_CCA) { in pkey_keyblob2pkey3()[all …]
17 #define TOKTYPE_NON_CCA 0x00 /* Non-CCA key token */ macro