Searched refs:aes_set_key_common (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_glue.c | 304 static int aes_set_key_common(struct crypto_tfm *tfm, void *raw_ctx, in aes_set_key_common() function 331 return aes_set_key_common(tfm, crypto_tfm_ctx(tfm), in_key, key_len); in aes_set_key() 575 err = aes_set_key_common(tfm, ctx->raw_aes_ctx, key, in lrw_aesni_setkey() 654 err = aes_set_key_common(tfm, ctx->raw_crypt_ctx, key, keylen / 2); in xts_aesni_setkey() 659 return aes_set_key_common(tfm, ctx->raw_tweak_ctx, key + keylen / 2, in xts_aesni_setkey() 899 return aes_set_key_common(crypto_aead_tfm(aead), in common_rfc4106_set_key()
|