Home
last modified time | relevance | path

Searched refs:aes_expandkey (Results 1 – 25 of 28) sorted by relevance

12

/linux/arch/arm64/crypto/
A Daes-neonbs-glue.c79 err = aes_expandkey(&rk, in_key, key_len); in aesbs_setkey()
138 err = aes_expandkey(&rk, in_key, key_len); in aesbs_cbc_setkey()
258 err = aes_expandkey(&ctx->cts, in_key, key_len); in aesbs_xts_setkey()
262 err = aes_expandkey(&rk, in_key + key_len, key_len); in aesbs_xts_setkey()
A Daes-glue.c28 #define aes_expandkey ce_aes_expandkey macro
138 return aes_expandkey(ctx, in_key, key_len); in skcipher_aes_setkey()
151 ret = aes_expandkey(&ctx->key1, in_key, key_len / 2); in xts_set_key()
153 ret = aes_expandkey(&ctx->key2, &in_key[key_len / 2], in xts_set_key()
166 ret = aes_expandkey(&ctx->key1, in_key, key_len); in essiv_cbc_set_key()
172 return aes_expandkey(&ctx->key2, digest, sizeof(digest)); in essiv_cbc_set_key()
736 return aes_expandkey(&ctx->key, in_key, key_len); in cbcmac_setkey()
A Dghash-ce-glue.c237 ret = aes_expandkey(&ctx->aes_key, inkey, keylen); in gcm_setkey()
/linux/include/crypto/
A Daes.h68 int aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key,
/linux/crypto/
A Daes_ti.c17 return aes_expandkey(ctx, in_key, key_len); in aesti_set_key()
A Daes_generic.c1141 return aes_expandkey(ctx, in_key, key_len); in crypto_aes_set_key()
/linux/lib/crypto/
A Daes.c185 int aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, in aes_expandkey() function
250 EXPORT_SYMBOL(aes_expandkey);
/linux/arch/arm/crypto/
A Daes-neonbs-glue.c75 err = aes_expandkey(&rk, in_key, key_len); in aesbs_setkey()
134 err = aes_expandkey(&rk, in_key, key_len); in aesbs_cbc_setkey()
222 err = aes_expandkey(&ctx->fallback, in_key, key_len); in aesbs_ctr_setkey_sync()
/linux/drivers/crypto/
A Domap-aes-gcm.c317 ret = aes_expandkey(&ctx->actx, key, keylen); in omap_aes_gcm_setkey()
337 ret = aes_expandkey(&ctx->actx, key, keylen); in omap_aes_4106gcm_setkey()
A Dpadlock-aes.c147 if (aes_expandkey(&gen_aes, in_key, key_len)) in aes_set_key()
A Dsa2ul.c470 if (aes_expandkey(&ctx, key, key_sz)) { in sa_aes_inv_key()
/linux/drivers/crypto/inside-secure/
A Dsafexcel_cipher.c381 ret = aes_expandkey(&aes, key, len); in safexcel_skcipher_aes_setkey()
441 err = aes_expandkey(&aes, keys.enckey, keys.enckeylen); in safexcel_aead_setkey()
1426 ret = aes_expandkey(&aes, key, keylen); in safexcel_skcipher_aesctr_setkey()
2464 ret = aes_expandkey(&aes, key, keylen); in safexcel_skcipher_aesxts_setkey()
2481 ret = aes_expandkey(&aes, (u8 *)(key + keylen), keylen); in safexcel_skcipher_aesxts_setkey()
2571 ret = aes_expandkey(&aes, key, len); in safexcel_aead_gcm_setkey()
2683 ret = aes_expandkey(&aes, key, len); in safexcel_aead_ccm_setkey()
A Dsafexcel_hash.c2021 ret = aes_expandkey(&aes, key, len); in safexcel_cbcmac_setkey()
2090 ret = aes_expandkey(&aes, key, len); in safexcel_xcbcmac_setkey()
2187 ret = aes_expandkey(&aes, key, len); in safexcel_cmac_setkey()
/linux/drivers/crypto/ccp/
A Dccp-crypto-aes-cmac.c287 ret = aes_expandkey(&aes, key, key_len); in ccp_aes_cmac_setkey()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
A Dchtls_hw.c303 ret = aes_expandkey(&aes, key, keylen); in chtls_key_info()
/linux/arch/x86/crypto/
A Daesni-intel_glue.c229 err = aes_expandkey(ctx, in_key, key_len); in aes_set_key_common()
536 ret = aes_expandkey(&ctx, key, key_len); in rfc4106_set_hash_subkey()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_security.c681 aes_expandkey(&ctx, key, 16); in aes128k128d()
1482 ret = aes_expandkey(&ctx, key, 16); in omac1_aes_128_vector()
/linux/drivers/crypto/marvell/cesa/
A Dcipher.c270 ret = aes_expandkey(&ctx->aes, key, len); in mv_cesa_aes_setkey()
/linux/drivers/crypto/amcc/
A Dcrypto4xx_alg.c515 rc = aes_expandkey(&ctx, key, keylen); in crypto4xx_compute_gcm_hash_key_sw()
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
A Dchcr_ipsec.c207 ret = aes_expandkey(&aes, key, keylen); in ch_ipsec_setkey()
/linux/drivers/net/phy/mscc/
A Dmscc_macsec.c511 ret = aes_expandkey(&ctx, key, key_len); in vsc8584_macsec_derive_key()
/linux/drivers/crypto/chelsio/
A Dchcr_algo.c1076 ret = aes_expandkey(&aes, key, keylen - 8); in chcr_update_tweak()
1078 ret = aes_expandkey(&aes, key, keylen); in chcr_update_tweak()
3531 ret = aes_expandkey(&aes, key, keylen); in chcr_gcm_setkey()
/linux/drivers/crypto/qat/qat_common/
A Dqat_algs.c484 aes_expandkey(&aes_expanded, key_forward, keylen); in qat_alg_xts_reverse_key()
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
A Dchcr_ktls.c140 ret = aes_expandkey(&aes_ctx, key, keylen); in chcr_ktls_save_keys()
/linux/net/bluetooth/
A Dsmp.c385 err = aes_expandkey(&ctx, tmp, 16); in smp_e()

Completed in 98 milliseconds

12