Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Daesni-intel_glue.c232 static int aes_set_key_common(struct crypto_aes_ctx *ctx, in aes_set_key_common() function
255 return aes_set_key_common(aes_ctx(crypto_tfm_ctx(tfm)), in_key, in aes_set_key()
288 return aes_set_key_common(aes_ctx(crypto_skcipher_ctx(tfm)), key, len); in aesni_skcipher_setkey()
629 return aes_set_key_common(&ctx->aes_key_expanded, key, key_len) ?: in common_rfc4106_set_key()
894 err = aes_set_key_common(aes_ctx(ctx->raw_crypt_ctx), key, keylen); in xts_aesni_setkey()
899 return aes_set_key_common(aes_ctx(ctx->raw_tweak_ctx), key + keylen, in xts_aesni_setkey()
1150 return aes_set_key_common(&ctx->aes_key_expanded, key, key_len) ?: in generic_gcmaes_set_key()