Searched refs:aes_set_key_common (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/arch/x86/crypto/ |
D | aesni-intel_glue.c | 309 static int aes_set_key_common(struct crypto_tfm *tfm, void *raw_ctx, in aes_set_key_common() function 333 return aes_set_key_common(tfm, crypto_tfm_ctx(tfm), in_key, key_len); in aes_set_key() 365 return aes_set_key_common(crypto_skcipher_tfm(tfm), in aesni_skcipher_setkey() 529 err = aes_set_key_common(crypto_skcipher_tfm(tfm), ctx->raw_crypt_ctx, in xts_aesni_setkey() 535 return aes_set_key_common(crypto_skcipher_tfm(tfm), ctx->raw_tweak_ctx, in xts_aesni_setkey() 641 return aes_set_key_common(crypto_aead_tfm(aead), in common_rfc4106_set_key() 978 return aes_set_key_common(crypto_aead_tfm(aead), in generic_gcmaes_set_key()
|