Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c117 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()
920 hdr->type = TOKTYPE_NON_CCA; in ep11_genaeskey()
1232 hdr->type = TOKTYPE_NON_CCA; in ep11_unwrapkey()
H A Dzcrypt_ccamisc.h18 #define TOKTYPE_NON_CCA 0x00 /* Non-CCA key token */ macro
H A Dpkey_uv.c55 case TOKTYPE_NON_CCA: in is_uv_key()
H A Dpkey_api.c193 t->type = TOKTYPE_NON_CCA; in pkey_ioctl_clr2protk()
355 t->type = TOKTYPE_NON_CCA; in pkey_ioctl_verifyprotk()
H A Dpkey_cca.c572 if (hdr->type == TOKTYPE_NON_CCA && in cca_slowpath_key2protkey()