Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/crypto/
Daesni-intel_glue.c232 static int aes_set_key_common(struct crypto_tfm *tfm, void *raw_ctx, in aes_set_key_common() function
256 return aes_set_key_common(tfm, crypto_tfm_ctx(tfm), in_key, key_len); in aes_set_key()
288 return aes_set_key_common(crypto_skcipher_tfm(tfm), in aesni_skcipher_setkey()
630 return aes_set_key_common(crypto_aead_tfm(aead), in common_rfc4106_set_key()
896 err = aes_set_key_common(crypto_skcipher_tfm(tfm), ctx->raw_crypt_ctx, in xts_aesni_setkey()
902 return aes_set_key_common(crypto_skcipher_tfm(tfm), ctx->raw_tweak_ctx, in xts_aesni_setkey()
1153 return aes_set_key_common(crypto_aead_tfm(aead), in generic_gcmaes_set_key()