Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Daes-gcm.c175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument
184 os_memset(H, 0, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
185 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
187 H, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument
207 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
210 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument
241 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
242 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
[all …]
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha512.c214 uint64_t A, B, C, D, E, F, G, H; in mbedtls_sha512_software_process() local
251 H = ctx->state[7]; in mbedtls_sha512_software_process()
255 P( A, B, C, D, E, F, G, H, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
256 P( H, A, B, C, D, E, F, G, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
257 P( G, H, A, B, C, D, E, F, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
258 P( F, G, H, A, B, C, D, E, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
259 P( E, F, G, H, A, B, C, D, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
260 P( D, E, F, G, H, A, B, C, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
261 P( C, D, E, F, G, H, A, B, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
262 P( B, C, D, E, F, G, H, A, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
[all …]
/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_gcm.c150 h = ctx->H; in gcm_gen_table()
419 aes_hal_gcm_calc_hash(ctx->H); in esp_aes_gcm_starts()
423 memset(ctx->H, 0, sizeof(ctx->H)); in esp_aes_gcm_starts()
424 int ret = esp_aes_crypt_ecb(&ctx->aes_ctx, MBEDTLS_AES_ENCRYPT, ctx->H, ctx->H); in esp_aes_gcm_starts()
758 aes_hal_gcm_calc_hash(ctx->H); in esp_aes_gcm_crypt_and_tag()
/hal_espressif-latest/components/mbedtls/port/include/aes/
Desp_aes_gcm.h31 uint8_t H[16]; /*!< Initial hash value */ member
/hal_espressif-latest/components/spi_flash/
DKconfig338 60H.
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in384 in Core Specification, Vol. 3, Part H, 2.3.5.6.1. This allows to
/hal_espressif-latest/components/bt/controller/esp32c6/
DKconfig.in418 in Core Specification, Vol. 3, Part H, 2.3.5.6.1. This allows to
/hal_espressif-latest/components/bt/controller/esp32h2/
DKconfig.in409 in Core Specification, Vol. 3, Part H, 2.3.5.6.1. This allows to
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/
Dcacrt_all.pem878 S+LI+H+SqHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S5u04
2574 BjANBgkqhkiG9w0BAQsFAAOCAgEAmHNw4rDT7TnsTGDZqRKGFx6W0OhUKDtkLSGm+J1WE2pIPU/H
2972 SkwsKouLgU9xGqndXHt7CMUADTdA43x7VF8vhV929vensBxXVsFy6K2ir40zSbofitzmdHxghm+H
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in212 in Core Specification, Vol. 3, Part H, 2.3.5.6.1. This allows to
/hal_espressif-latest/components/newlib/
DCOPYING.NEWLIB227 Copyright (c) 1999 Kungliga Tekniska Högskolan