Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
H A Daesni-intel_glue.c121 static int aes_set_key_common(struct crypto_aes_ctx *ctx, in aes_set_key_common() function
142 return aes_set_key_common(aes_ctx(crypto_tfm_ctx(tfm)), in_key, in aes_set_key()
175 return aes_set_key_common(aes_ctx(crypto_skcipher_ctx(tfm)), key, len); in aesni_skcipher_setkey()
497 err = aes_set_key_common(&ctx->crypt_ctx, key, keylen); in xts_setkey_aesni()
502 return aes_set_key_common(&ctx->tweak_ctx, key + keylen, keylen); in xts_setkey_aesni()