Home
last modified time | relevance | path

Searched refs:SECKEYBLOBSIZE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/include/uapi/asm/
H A Dpkey.h23 #define SECKEYBLOBSIZE 64 /* secure key blob size is always 64 bytes */ macro
32 #define MINKEYBLOBSIZE SECKEYBLOBSIZE
91 __u8 seckey[SECKEYBLOBSIZE]; /* the secure key blob */
/linux/drivers/s390/crypto/
H A Dpkey_cca.c363 *keybuflen = (rc ? 0 : SECKEYBLOBSIZE); in cca_gen_key()
452 *keybuflen = (rc ? 0 : SECKEYBLOBSIZE); in cca_clr2key()
565 u8 tmpbuf[SECKEYBLOBSIZE]; /* 64 bytes */ in cca_slowpath_key2protkey()
580 tmplen = SECKEYBLOBSIZE; in cca_slowpath_key2protkey()