Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/crypto/
H A Dpaes_s390.c58 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()