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

/linux-master/arch/s390/crypto/
H A Dpaes_s390.c58 static inline int _key_to_kb(struct key_blob *kb, function
193 rc = _key_to_kb(&ctx->kb, in_key, key_len);
308 rc = _key_to_kb(&ctx->kb, in_key, key_len);
458 rc = _key_to_kb(&ctx->kb[0], in_key, key_len);
461 rc = _key_to_kb(&ctx->kb[1], in_key + key_len, key_len);
609 rc = _key_to_kb(&ctx->kb, in_key, key_len);

Completed in 89 milliseconds