Searched refs:PKEY_SIZE_AES_128 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | pkey.h | 57 PKEY_SIZE_AES_128 = (__u32) 128, enumerator
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | pkey_api.c | 729 case PKEY_SIZE_AES_128: in pkey_genseckey2() 791 case PKEY_SIZE_AES_128: in pkey_clr2seckey2() 880 *ksize = PKEY_SIZE_AES_128; in pkey_verifykey2() 2085 return pkey_ccacipher_aes_attr_read(PKEY_SIZE_AES_128, false, buf, in ccacipher_aes_128_read() 2115 return pkey_ccacipher_aes_attr_read(PKEY_SIZE_AES_128, true, buf, in ccacipher_aes_128_xts_read() 2212 return pkey_ep11_aes_attr_read(PKEY_SIZE_AES_128, false, buf, in ep11_aes_128_read() 2242 return pkey_ep11_aes_attr_read(PKEY_SIZE_AES_128, true, buf, in ep11_aes_128_xts_read()
|
H A D | zcrypt_ccamisc.c | 354 case PKEY_SIZE_AES_128: in cca_genseckey() 495 case PKEY_SIZE_AES_128: in cca_clr2seckey()
|