Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/
H A Daes-ccm.c43 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */ in aes_ccm_auth_start()
53 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */ in aes_ccm_auth_start()
58 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x); in aes_ccm_auth_start()
72 aes_encrypt(aes, x, x); in aes_ccm_auth()
78 aes_encrypt(aes, x, x); in aes_ccm_auth()
101 aes_encrypt(aes, a, out); in aes_ccm_encr()
108 aes_encrypt(aes, a, out); in aes_ccm_encr()
124 aes_encrypt(aes, a, tmp); in aes_ccm_encr_auth()
139 aes_encrypt(aes, a, tmp); in aes_ccm_decr_auth()
H A Daes-omac1.c84 aes_encrypt(ctx, cbc, cbc); in omac1_aes_vector()
89 aes_encrypt(ctx, pad, pad); in omac1_aes_vector()
113 aes_encrypt(ctx, pad, mac); in omac1_aes_vector()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/
H A Daes-ccm.c44 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */ in aes_ccm_auth_start()
54 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */ in aes_ccm_auth_start()
59 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x); in aes_ccm_auth_start()
73 aes_encrypt(aes, x, x); in aes_ccm_auth()
79 aes_encrypt(aes, x, x); in aes_ccm_auth()
102 aes_encrypt(aes, a, out); in aes_ccm_encr()
109 aes_encrypt(aes, a, out); in aes_ccm_encr()
125 aes_encrypt(aes, a, tmp); in aes_ccm_encr_auth()
140 aes_encrypt(aes, a, tmp); in aes_ccm_decr_auth()
H A Daes-omac1.c85 aes_encrypt(ctx, cbc, cbc); in omac1_aes_vector()
90 aes_encrypt(ctx, pad, pad); in omac1_aes_vector()
114 aes_encrypt(ctx, pad, mac); in omac1_aes_vector()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/
H A Daes-ccm.c44 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */ in aes_ccm_auth_start()
54 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */ in aes_ccm_auth_start()
59 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x); in aes_ccm_auth_start()
73 aes_encrypt(aes, x, x); in aes_ccm_auth()
79 aes_encrypt(aes, x, x); in aes_ccm_auth()
102 aes_encrypt(aes, a, out); in aes_ccm_encr()
109 aes_encrypt(aes, a, out); in aes_ccm_encr()
125 aes_encrypt(aes, a, tmp); in aes_ccm_encr_auth()
140 aes_encrypt(aes, a, tmp); in aes_ccm_decr_auth()
H A Daes-omac1.c85 aes_encrypt(ctx, cbc, cbc); in omac1_aes_vector()
90 aes_encrypt(ctx, pad, pad); in omac1_aes_vector()
114 aes_encrypt(ctx, pad, mac); in omac1_aes_vector()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/crypto/
H A Daes-ccm.c43 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */ in aes_ccm_auth_start()
53 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */ in aes_ccm_auth_start()
58 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x); in aes_ccm_auth_start()
72 aes_encrypt(aes, x, x); in aes_ccm_auth()
78 aes_encrypt(aes, x, x); in aes_ccm_auth()
101 aes_encrypt(aes, a, out); in aes_ccm_encr()
108 aes_encrypt(aes, a, out); in aes_ccm_encr()
124 aes_encrypt(aes, a, tmp); in aes_ccm_encr_auth()
139 aes_encrypt(aes, a, tmp); in aes_ccm_decr_auth()
H A Daes-omac1.c84 aes_encrypt(ctx, cbc, cbc); in omac1_aes_vector()
89 aes_encrypt(ctx, pad, pad); in omac1_aes_vector()
113 aes_encrypt(ctx, pad, mac); in omac1_aes_vector()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/
H A Daes-ccm.c43 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */ in aes_ccm_auth_start()
53 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */ in aes_ccm_auth_start()
58 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x); in aes_ccm_auth_start()
72 aes_encrypt(aes, x, x); in aes_ccm_auth()
78 aes_encrypt(aes, x, x); in aes_ccm_auth()
101 aes_encrypt(aes, a, out); in aes_ccm_encr()
108 aes_encrypt(aes, a, out); in aes_ccm_encr()
124 aes_encrypt(aes, a, tmp); in aes_ccm_encr_auth()
139 aes_encrypt(aes, a, tmp); in aes_ccm_decr_auth()
H A Daes-omac1.c84 aes_encrypt(ctx, cbc, cbc); in omac1_aes_vector()
89 aes_encrypt(ctx, pad, pad); in omac1_aes_vector()
113 aes_encrypt(ctx, pad, mac); in omac1_aes_vector()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/crypto/
H A Daes-ccm.c43 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */ in aes_ccm_auth_start()
53 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */ in aes_ccm_auth_start()
58 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x); in aes_ccm_auth_start()
72 aes_encrypt(aes, x, x); in aes_ccm_auth()
78 aes_encrypt(aes, x, x); in aes_ccm_auth()
101 aes_encrypt(aes, a, out); in aes_ccm_encr()
108 aes_encrypt(aes, a, out); in aes_ccm_encr()
124 aes_encrypt(aes, a, tmp); in aes_ccm_encr_auth()
139 aes_encrypt(aes, a, tmp); in aes_ccm_decr_auth()
H A Daes-omac1.c84 aes_encrypt(ctx, cbc, cbc); in omac1_aes_vector()
89 aes_encrypt(ctx, pad, pad); in omac1_aes_vector()
113 aes_encrypt(ctx, pad, mac); in omac1_aes_vector()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/crypto/
H A Daes-ccm.c43 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */ in aes_ccm_auth_start()
53 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */ in aes_ccm_auth_start()
58 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x); in aes_ccm_auth_start()
72 aes_encrypt(aes, x, x); in aes_ccm_auth()
78 aes_encrypt(aes, x, x); in aes_ccm_auth()
101 aes_encrypt(aes, a, out); in aes_ccm_encr()
108 aes_encrypt(aes, a, out); in aes_ccm_encr()
124 aes_encrypt(aes, a, tmp); in aes_ccm_encr_auth()
139 aes_encrypt(aes, a, tmp); in aes_ccm_decr_auth()
H A Daes-omac1.c84 aes_encrypt(ctx, cbc, cbc); in omac1_aes_vector()
89 aes_encrypt(ctx, pad, pad); in omac1_aes_vector()
113 aes_encrypt(ctx, pad, mac); in omac1_aes_vector()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/
H A Daes-ccm.c43 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */ in aes_ccm_auth_start()
53 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */ in aes_ccm_auth_start()
58 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x); in aes_ccm_auth_start()
72 aes_encrypt(aes, x, x); in aes_ccm_auth()
78 aes_encrypt(aes, x, x); in aes_ccm_auth()
101 aes_encrypt(aes, a, out); in aes_ccm_encr()
108 aes_encrypt(aes, a, out); in aes_ccm_encr()
124 aes_encrypt(aes, a, tmp); in aes_ccm_encr_auth()
139 aes_encrypt(aes, a, tmp); in aes_ccm_decr_auth()
H A Daes-omac1.c84 aes_encrypt(ctx, cbc, cbc); in omac1_aes_vector()
89 aes_encrypt(ctx, pad, pad); in omac1_aes_vector()
113 aes_encrypt(ctx, pad, mac); in omac1_aes_vector()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/
H A Daes-ccm.c43 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */ in aes_ccm_auth_start()
53 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */ in aes_ccm_auth_start()
58 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x); in aes_ccm_auth_start()
72 aes_encrypt(aes, x, x); in aes_ccm_auth()
78 aes_encrypt(aes, x, x); in aes_ccm_auth()
101 aes_encrypt(aes, a, out); in aes_ccm_encr()
108 aes_encrypt(aes, a, out); in aes_ccm_encr()
124 aes_encrypt(aes, a, tmp); in aes_ccm_encr_auth()
139 aes_encrypt(aes, a, tmp); in aes_ccm_decr_auth()
H A Daes-omac1.c84 aes_encrypt(ctx, cbc, cbc); in omac1_aes_vector()
89 aes_encrypt(ctx, pad, pad); in omac1_aes_vector()
113 aes_encrypt(ctx, pad, mac); in omac1_aes_vector()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/crypto/
H A Daes-ccm.c43 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */ in aes_ccm_auth_start()
53 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */ in aes_ccm_auth_start()
58 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x); in aes_ccm_auth_start()
72 aes_encrypt(aes, x, x); in aes_ccm_auth()
78 aes_encrypt(aes, x, x); in aes_ccm_auth()
101 aes_encrypt(aes, a, out); in aes_ccm_encr()
108 aes_encrypt(aes, a, out); in aes_ccm_encr()
124 aes_encrypt(aes, a, tmp); in aes_ccm_encr_auth()
139 aes_encrypt(aes, a, tmp); in aes_ccm_decr_auth()
H A Daes-omac1.c84 aes_encrypt(ctx, cbc, cbc); in omac1_aes_vector()
89 aes_encrypt(ctx, pad, pad); in omac1_aes_vector()
113 aes_encrypt(ctx, pad, mac); in omac1_aes_vector()
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Daes-ce-ccm-glue.c119 aes_encrypt(key, mac, mac); in ccm_update_mac()
127 aes_encrypt(key, mac, mac); in ccm_update_mac()
199 aes_encrypt(ctx, buf, walk->iv); in ccm_crypt_fallback()
200 aes_encrypt(ctx, mac, mac); in ccm_crypt_fallback()
215 aes_encrypt(ctx, buf, iv0); in ccm_crypt_fallback()
216 aes_encrypt(ctx, mac, mac); in ccm_crypt_fallback()
H A Dghash-ce-glue.c241 aes_encrypt(&ctx->aes_key, key, (u8[AES_BLOCK_SIZE]){}); in gcm_setkey()
404 aes_encrypt(&ctx->aes_key, buf, iv); in gcm_encrypt()
421 aes_encrypt(&ctx->aes_key, buf, iv); in gcm_encrypt()
440 aes_encrypt(&ctx->aes_key, iv, iv); in gcm_encrypt()
533 aes_encrypt(&ctx->aes_key, buf, iv); in gcm_decrypt()
556 aes_encrypt(&ctx->aes_key, buf, iv); in gcm_decrypt()
570 aes_encrypt(&ctx->aes_key, iv, iv); in gcm_decrypt()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/
H A Drk_hdmirx_hdcp.c66 hdcp->aes_encrypt = false; in hdcp_load_keys_cb()
68 hdcp->aes_encrypt = true; in hdcp_load_keys_cb()
92 if (hdcp->aes_encrypt) in rk_hdmirx_hdcp_load_key()
347 hdcp->aes_encrypt = false; in test_key1x_store()
349 hdcp->aes_encrypt = true; in test_key1x_store()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/crypto/
H A Daes_glue.c33 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_encrypt() function
86 .cia_encrypt = aes_encrypt,
/OK3568_Linux_fs/kernel/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

1234