Searched refs:TOKTYPE_NON_CCA (Results 1 – 3 of 3) sorted by relevance
133 if (hdr->type != TOKTYPE_NON_CCA) { in ep11_check_aes_key_with_hdr()136 __func__, (int) hdr->type, TOKTYPE_NON_CCA); in ep11_check_aes_key_with_hdr()200 if (hdr->type != TOKTYPE_NON_CCA) { in ep11_check_ecc_key_with_hdr()203 __func__, (int) hdr->type, TOKTYPE_NON_CCA); in ep11_check_ecc_key_with_hdr()267 if (kb->head.type != TOKTYPE_NON_CCA) { in ep11_check_aes_key()270 __func__, (int) kb->head.type, TOKTYPE_NON_CCA); in ep11_check_aes_key()788 kb->head.type = TOKTYPE_NON_CCA; in ep11_genaeskey()1056 kb->head.type = TOKTYPE_NON_CCA; in ep11_unwrapkey()1109 if (kb->head.type == TOKTYPE_NON_CCA && in ep11_wrapkey()1286 if (hdr->type == TOKTYPE_NON_CCA in ep11_kblob2protkey()[all …]
530 case TOKTYPE_NON_CCA: in pkey_keyblob2pkey()737 } else if (hdr->type == TOKTYPE_NON_CCA in pkey_verifykey2()798 } else if (hdr->type == TOKTYPE_NON_CCA) { in pkey_keyblob2pkey2()854 if (hdr->type == TOKTYPE_NON_CCA in pkey_apqns4key()872 } else if (hdr->type == TOKTYPE_NON_CCA in pkey_apqns4key()1029 if (hdr->type == TOKTYPE_NON_CCA in pkey_keyblob2pkey3()1035 } else if (hdr->type == TOKTYPE_NON_CCA in pkey_keyblob2pkey3()1041 } else if (hdr->type == TOKTYPE_NON_CCA in pkey_keyblob2pkey3()1091 if (hdr->type == TOKTYPE_NON_CCA in pkey_keyblob2pkey3()1097 else if (hdr->type == TOKTYPE_NON_CCA in pkey_keyblob2pkey3()[all …]
17 #define TOKTYPE_NON_CCA 0x00 /* Non-CCA key token */ macro
Completed in 12 milliseconds