Searched refs:PKEY_SIZE_AES_128 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/s390/crypto/ |
D | pkey_sysfs.c | 463 return pkey_ccacipher_aes_attr_read(PKEY_SIZE_AES_128, false, buf, in ccacipher_aes_128_read() 493 return pkey_ccacipher_aes_attr_read(PKEY_SIZE_AES_128, true, buf, in ccacipher_aes_128_xts_read() 578 return pkey_ep11_aes_attr_read(PKEY_SIZE_AES_128, false, buf, in ep11_aes_128_read() 608 return pkey_ep11_aes_attr_read(PKEY_SIZE_AES_128, true, buf, in ep11_aes_128_xts_read()
|
D | pkey_cca.c | 510 *keybitsize = PKEY_SIZE_AES_128; in cca_verifykey()
|
D | zcrypt_ccamisc.c | 349 case PKEY_SIZE_AES_128: in cca_genseckey() 490 case PKEY_SIZE_AES_128: in cca_clr2seckey()
|
/linux-6.12.1/arch/s390/include/uapi/asm/ |
D | pkey.h | 62 PKEY_SIZE_AES_128 = (__u32) 128, enumerator
|