Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dpkey_cca.c52 case TOKTYPE_CCA_INTERNAL_PKA: in is_cca_key()
118 } else if (hdr->type == TOKTYPE_CCA_INTERNAL_PKA) { in cca_apqns4key()
247 } else if (hdr->type == TOKTYPE_CCA_INTERNAL_PKA) { in cca_key2protkey()
281 } else if (hdr->type == TOKTYPE_CCA_INTERNAL_PKA) { in cca_key2protkey()
H A Dzcrypt_ccamisc.h20 #define TOKTYPE_CCA_INTERNAL_PKA 0x1f /* CCA internal asym key token */ macro
H A Dzcrypt_ccamisc.c198 if (t->type != TOKTYPE_CCA_INTERNAL_PKA) { in cca_check_sececckeytoken()
201 __func__, (int)t->type, TOKTYPE_CCA_INTERNAL_PKA); in cca_check_sececckeytoken()