Searched refs:_key_to_kb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | paes_s390.c | 57 static inline int _key_to_kb(struct key_blob *kb, in _key_to_kb() function 195 rc = _key_to_kb(&ctx->kb, in_key, key_len); in ecb_paes_set_key() 308 rc = _key_to_kb(&ctx->kb, in_key, key_len); in cbc_paes_set_key() 455 rc = _key_to_kb(&ctx->kb[0], in_key, key_len); in xts_paes_set_key() 458 rc = _key_to_kb(&ctx->kb[1], in_key + key_len, key_len); in xts_paes_set_key() 604 rc = _key_to_kb(&ctx->kb, in_key, key_len); in ctr_paes_set_key()
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | paes_s390.c | 58 static inline int _key_to_kb(struct key_blob *kb, in _key_to_kb() function 205 rc = _key_to_kb(&ctx->kb, in_key, key_len); in ecb_paes_set_key() 320 rc = _key_to_kb(&ctx->kb, in_key, key_len); in cbc_paes_set_key() 470 rc = _key_to_kb(&ctx->kb[0], in_key, key_len); in xts_paes_set_key() 473 rc = _key_to_kb(&ctx->kb[1], in_key + key_len, key_len); in xts_paes_set_key() 621 rc = _key_to_kb(&ctx->kb, in_key, key_len); in ctr_paes_set_key()
|
Completed in 3 milliseconds