Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c176 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()
H A Dpkey_api.c680 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()
1288 if (hdr->type == TOKTYPE_NON_CCA && in pkey_keyblob2pkey3()
1295 else if (hdr->type == TOKTYPE_NON_CCA && in pkey_keyblob2pkey3()
[all …]
H A Dzcrypt_ccamisc.h17 #define TOKTYPE_NON_CCA 0x00 /* Non-CCA key token */ macro