Searched refs:TOKTYPE_NON_CCA (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 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...] |
H A D | pkey_api.c | 523 case TOKTYPE_NON_CCA: in pkey_keyblob2pkey() 728 } else if (hdr->type == TOKTYPE_NON_CCA in pkey_verifykey2() 789 } else if (hdr->type == TOKTYPE_NON_CCA) { in pkey_keyblob2pkey2() 841 if (hdr->type == TOKTYPE_NON_CCA in pkey_apqns4key() 859 } else if (hdr->type == TOKTYPE_NON_CCA in pkey_apqns4key() 1014 if (hdr->type == TOKTYPE_NON_CCA in pkey_keyblob2pkey3() 1020 } else if (hdr->type == TOKTYPE_NON_CCA in pkey_keyblob2pkey3() 1026 } else if (hdr->type == TOKTYPE_NON_CCA in pkey_keyblob2pkey3() 1056 } else if (hdr->type == TOKTYPE_NON_CCA) { in pkey_keyblob2pkey3() 1076 if (hdr->type == TOKTYPE_NON_CCA in pkey_keyblob2pkey3() [all...] |
H A D | zcrypt_ccamisc.h | 17 #define TOKTYPE_NON_CCA 0x00 /* Non-CCA key token */ macro 21 /* For TOKTYPE_NON_CCA: */
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | pkey_api.c | 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...] |
H A D | zcrypt_ep11misc.c | 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()
|
H A D | zcrypt_ccamisc.h | 17 #define TOKTYPE_NON_CCA 0x00 /* Non-CCA key token */ macro 21 /* For TOKTYPE_NON_CCA: */
|
Completed in 10 milliseconds