Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/arm/crypto/
H A Daes-ce-core.S138 aes_encrypt: label
142 ENDPROC(aes_encrypt)
192 bl aes_encrypt
240 bl aes_encrypt
317 bl aes_encrypt
325 bl aes_encrypt
433 bl aes_encrypt
546 bl aes_encrypt
H A Dghash-ce-core.S397 .macro aes_encrypt, rkp, rounds, regs:vararg macro
443 aes_encrypt ip, r6, e0
470 aes_encrypt ip, r6, e0, e1, e2, e3
487 aes_encrypt ip, r6, e0, e1
H A Daes-neonbs-glue.c281 aes_encrypt(&ctx->fallback, dst, src); in ctr_encrypt_one()
H A Dghash-ce-glue.c394 aes_encrypt(&aes_ctx, (u8 *)&k, (u8[AES_BLOCK_SIZE]){}); in gcm_aes_setkey()
H A Daes-ce-glue.c432 aes_encrypt(ctx, dst, src); in ctr_encrypt_one()
/openbmc/u-boot/include/
H A Duboot_aes.h51 void aes_encrypt(u8 *in, u8 *expkey, u8 *out);
/openbmc/linux/include/crypto/
H A Daes.h77 void aes_encrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in);
/openbmc/linux/crypto/
H A Daes_ti.c31 aes_encrypt(ctx, out, in); in aesti_encrypt()
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dcrypto.c81 aes_encrypt(tmp_data, key_schedule, dst); in sign_object()
/openbmc/linux/lib/crypto/
H A Daes.c258 void aes_encrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in) in aes_encrypt() function
301 EXPORT_SYMBOL(aes_encrypt);
H A Daesgcm.c30 aes_encrypt(ctx, dst, src); in aesgcm_encrypt_block()
/openbmc/linux/arch/arm64/crypto/
H A Daes-ce-glue.c51 aes_encrypt(ctx, dst, src); in aes_cipher_encrypt()
H A Daes-glue.c896 aes_encrypt(ctx, dg, dg); in mac_do_update()
903 aes_encrypt(ctx, dg, dg); in mac_do_update()
H A Dghash-ce-glue.c244 aes_encrypt(&ctx->aes_key, key, (u8[AES_BLOCK_SIZE]){}); in gcm_aes_setkey()
/openbmc/u-boot/lib/
H A Daes.c545 void aes_encrypt(u8 *in, u8 *expkey, u8 *out) in aes_encrypt() function
619 aes_encrypt(tmp_data, key_exp, dst); in aes_cbc_encrypt_blocks()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c682 aes_encrypt(&ctx, ciphertext, data); in aes128k128d()
1506 aes_encrypt(&ctx, cbc, cbc); in omac1_aes_128_vector()
1511 aes_encrypt(&ctx, pad, pad); in omac1_aes_128_vector()
1529 aes_encrypt(&ctx, pad, mac); in omac1_aes_128_vector()
/openbmc/linux/drivers/crypto/
H A Domap-aes-gcm.c181 aes_encrypt(&ctx->actx, (u8 *)tag, (u8 *)iv); in do_encrypt_iv()
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-crypto-aes-cmac.c293 aes_encrypt(&aes, ctx->u.aes.key, ctx->u.aes.key); in ccp_aes_cmac_setkey()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_hw.c308 aes_encrypt(&aes, ghash_h, ghash_h); in chtls_key_info()
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c827 aes_encrypt(ctx->aes, areq->result, areq->result); in safexcel_ahash_final()
2068 aes_encrypt(ctx->aes, (u8 *)key_tmp + 2 * AES_BLOCK_SIZE, in safexcel_xcbcmac_setkey()
2070 aes_encrypt(ctx->aes, (u8 *)key_tmp, in safexcel_xcbcmac_setkey()
2072 aes_encrypt(ctx->aes, (u8 *)key_tmp + AES_BLOCK_SIZE, in safexcel_xcbcmac_setkey()
2159 aes_encrypt(ctx->aes, (u8 *)consts, (u8 *)consts); in safexcel_cmac_setkey()
/openbmc/linux/arch/x86/crypto/
H A Daesni-intel_glue.c264 aes_encrypt(ctx, dst, src); in aesni_encrypt()
610 aes_encrypt(&ctx, hash_subkey, hash_subkey); in rfc4106_set_hash_subkey()
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c521 aes_encrypt(&ctx, src, src); in crypto4xx_compute_gcm_hash_key_sw()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c214 aes_encrypt(&aes, ghash_h, ghash_h); in ch_ipsec_setkey()
/openbmc/linux/drivers/net/phy/mscc/
H A Dmscc_macsec.c514 aes_encrypt(&ctx, hkey, input); in vsc8584_macsec_derive_key()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c145 aes_encrypt(&aes_ctx, ghash_h, ghash_h); in chcr_ktls_save_keys()

12