Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/crypto/
Daesni-intel_glue.c350 static int aes_set_key_common(struct crypto_tfm *tfm, void *raw_ctx, in aes_set_key_common() function
377 return aes_set_key_common(tfm, crypto_tfm_ctx(tfm), in_key, key_len); in aes_set_key()
423 return aes_set_key_common(crypto_skcipher_tfm(tfm), in aesni_skcipher_setkey()
589 err = aes_set_key_common(crypto_skcipher_tfm(tfm), ctx->raw_crypt_ctx, in xts_aesni_setkey()
595 return aes_set_key_common(crypto_skcipher_tfm(tfm), ctx->raw_tweak_ctx, in xts_aesni_setkey()
735 return aes_set_key_common(crypto_aead_tfm(aead), in common_rfc4106_set_key()
1278 return aes_set_key_common(crypto_aead_tfm(aead), in generic_gcmaes_set_key()