Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/ !
H A Dpkey_cca.c63 case PKEY_TYPE_CCA_CIPHER: in is_cca_keytype()
169 if (ktype == PKEY_TYPE_CCA_DATA || ktype == PKEY_TYPE_CCA_CIPHER) { in cca_apqns4type()
177 if (ktype == PKEY_TYPE_CCA_CIPHER) in cca_apqns4type()
330 case PKEY_TYPE_CCA_CIPHER: in cca_gen_key()
357 if (subtype == PKEY_TYPE_CCA_CIPHER) { in cca_gen_key()
419 case PKEY_TYPE_CCA_CIPHER: in cca_clr2key()
446 if (subtype == PKEY_TYPE_CCA_CIPHER) { in cca_clr2key()
514 *keytype = PKEY_TYPE_CCA_CIPHER; in cca_verifykey()
H A Dpkey_sysfs.c435 PKEY_TYPE_CCA_CIPHER, keybits, 0, in pkey_ccacipher_aes_attr_read()
445 PKEY_TYPE_CCA_CIPHER, keybits, 0, in pkey_ccacipher_aes_attr_read()
/linux/arch/s390/include/uapi/asm/ !
H A Dpkey.h52 PKEY_TYPE_CCA_CIPHER = (__u32)2, enumerator