Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_ccamisc.h19 #define TOKTYPE_CCA_INTERNAL_PKA 0x1f /* CCA internal asym key token */ macro
H A Dpkey_api.c1116 } else if (hdr->type == TOKTYPE_CCA_INTERNAL_PKA) { in pkey_apqns4key()
1269 } else if (hdr->type == TOKTYPE_CCA_INTERNAL_PKA) { in pkey_keyblob2pkey3()
1309 else if (hdr->type == TOKTYPE_CCA_INTERNAL_PKA) in pkey_keyblob2pkey3()
H A Dzcrypt_ccamisc.c187 if (t->type != TOKTYPE_CCA_INTERNAL_PKA) { in cca_check_sececckeytoken()
190 __func__, (int)t->type, TOKTYPE_CCA_INTERNAL_PKA); in cca_check_sececckeytoken()