Searched refs:aes_set_key_common (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/x86/crypto/ |
D | aesni-intel_glue.c | 218 static int aes_set_key_common(struct crypto_tfm *tfm, void *raw_ctx, in aes_set_key_common() function 242 return aes_set_key_common(tfm, crypto_tfm_ctx(tfm), in_key, key_len); in aes_set_key() 274 return aes_set_key_common(crypto_skcipher_tfm(tfm), in aesni_skcipher_setkey() 563 return aes_set_key_common(crypto_aead_tfm(aead), in common_rfc4106_set_key() 829 err = aes_set_key_common(crypto_skcipher_tfm(tfm), ctx->raw_crypt_ctx, in xts_aesni_setkey() 835 return aes_set_key_common(crypto_skcipher_tfm(tfm), ctx->raw_tweak_ctx, in xts_aesni_setkey() 1059 return aes_set_key_common(crypto_aead_tfm(aead), in generic_gcmaes_set_key()
|