Searched refs:exorbuf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.c | 1100 u8 exorbuf[32]; in cca_clr2cipherkey() local 1103 /* fill exorbuf with random data */ in cca_clr2cipherkey() 1104 get_random_bytes(exorbuf, sizeof(exorbuf)); in cca_clr2cipherkey() 1130 exorbuf, keybitsize, token, &tokensize); in cca_clr2cipherkey() 1146 exorbuf, keybitsize, token, &tokensize); in cca_clr2cipherkey()
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.c | 1103 u8 exorbuf[32]; in cca_clr2cipherkey() local 1106 /* fill exorbuf with random data */ in cca_clr2cipherkey() 1107 get_random_bytes(exorbuf, sizeof(exorbuf)); in cca_clr2cipherkey() 1133 exorbuf, keybitsize, token, &tokensize); in cca_clr2cipherkey() 1149 exorbuf, keybitsize, token, &tokensize); in cca_clr2cipherkey()
|
Completed in 7 milliseconds