/hal_espressif-latest/components/xtensa/esp32s2/include/xtensa/config/ |
D | tie.h | 89 #define XCHAL_NCP_SA_LIST(s) \ argument 93 #define XCHAL_CP0_SA_LIST(s) /* empty */ argument 96 #define XCHAL_CP1_SA_LIST(s) /* empty */ argument 99 #define XCHAL_CP2_SA_LIST(s) /* empty */ argument 102 #define XCHAL_CP3_SA_LIST(s) /* empty */ argument 105 #define XCHAL_CP4_SA_LIST(s) /* empty */ argument 108 #define XCHAL_CP5_SA_LIST(s) /* empty */ argument 111 #define XCHAL_CP6_SA_LIST(s) /* empty */ argument 114 #define XCHAL_CP7_SA_LIST(s) /* empty */ argument
|
/hal_espressif-latest/components/xtensa/esp32/include/xtensa/config/ |
D | tie.h | 112 #define XCHAL_NCP_SA_LIST(s) \ argument 127 #define XCHAL_CP0_SA_LIST(s) \ argument 148 #define XCHAL_CP1_SA_LIST(s) /* empty */ argument 151 #define XCHAL_CP2_SA_LIST(s) /* empty */ argument 154 #define XCHAL_CP3_SA_LIST(s) /* empty */ argument 157 #define XCHAL_CP4_SA_LIST(s) /* empty */ argument 160 #define XCHAL_CP5_SA_LIST(s) /* empty */ argument 163 #define XCHAL_CP6_SA_LIST(s) /* empty */ argument 166 #define XCHAL_CP7_SA_LIST(s) /* empty */ argument
|
/hal_espressif-latest/components/xtensa/esp32s3/include/xtensa/config/ |
D | tie.h | 115 #define XCHAL_NCP_SA_LIST(s) \ argument 127 #define XCHAL_CP0_SA_LIST(s) \ argument 148 #define XCHAL_CP1_SA_LIST(s) /* empty */ argument 151 #define XCHAL_CP2_SA_LIST(s) /* empty */ argument 154 #define XCHAL_CP3_SA_LIST(s) \ argument 183 #define XCHAL_CP4_SA_LIST(s) /* empty */ argument 186 #define XCHAL_CP5_SA_LIST(s) /* empty */ argument 189 #define XCHAL_CP6_SA_LIST(s) /* empty */ argument 192 #define XCHAL_CP7_SA_LIST(s) /* empty */ argument
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | aes_decrypt.c | 62 int tc_aes128_set_decrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_decrypt_key() 81 static inline void inv_mix_columns(uint8_t *s) in inv_mix_columns() 92 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key() 104 static inline void inv_sub_bytes(uint8_t *s) in inv_sub_bytes() 118 static inline void inv_shift_rows(uint8_t *s) in inv_shift_rows() 129 int tc_aes_decrypt(uint8_t *out, const uint8_t *in, const TCAesKeySched_t s) in tc_aes_decrypt()
|
D | aes_encrypt.c | 70 int tc_aes128_set_encrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_encrypt_key() 101 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key() 113 static inline void sub_bytes(uint8_t *s) in sub_bytes() 132 static inline void mix_columns(uint8_t *s) in mix_columns() 147 static inline void shift_rows(uint8_t *s) in shift_rows() 158 int tc_aes_encrypt(uint8_t *out, const uint8_t *in, const TCAesKeySched_t s) in tc_aes_encrypt()
|
D | cmac_mode.c | 97 int tc_cmac_setup(TCCmacState_t s, const uint8_t *key, TCAesKeySched_t sched) in tc_cmac_setup() 125 int tc_cmac_erase(TCCmacState_t s) in tc_cmac_erase() 137 int tc_cmac_init(TCCmacState_t s) in tc_cmac_init() 157 int tc_cmac_update(TCCmacState_t s, const uint8_t *data, size_t data_length) in tc_cmac_update() 222 int tc_cmac_final(uint8_t *tag, TCCmacState_t s) in tc_cmac_final()
|
D | sha256.c | 39 int tc_sha256_init(TCSha256State_t s) in tc_sha256_init() 65 int tc_sha256_update(TCSha256State_t s, const uint8_t *data, size_t datalen) in tc_sha256_update() 87 int tc_sha256_final(uint8_t *digest, TCSha256State_t s) in tc_sha256_final()
|
D | ecc_dsa.c | 105 uECC_word_t s[NUM_ECC_WORDS]; in uECC_sign_with_k() local 211 uECC_word_t r[NUM_ECC_WORDS], s[NUM_ECC_WORDS]; in uECC_verify() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | aes_decrypt.c | 62 int tc_aes128_set_decrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_decrypt_key() 81 static inline void inv_mix_columns(uint8_t *s) in inv_mix_columns() 92 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key() 104 static inline void inv_sub_bytes(uint8_t *s) in inv_sub_bytes() 118 static inline void inv_shift_rows(uint8_t *s) in inv_shift_rows() 129 int tc_aes_decrypt(uint8_t *out, const uint8_t *in, const TCAesKeySched_t s) in tc_aes_decrypt()
|
D | aes_encrypt.c | 70 int tc_aes128_set_encrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_encrypt_key() 101 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key() 113 static inline void sub_bytes(uint8_t *s) in sub_bytes() 132 static inline void mix_columns(uint8_t *s) in mix_columns() 147 static inline void shift_rows(uint8_t *s) in shift_rows() 158 int tc_aes_encrypt(uint8_t *out, const uint8_t *in, const TCAesKeySched_t s) in tc_aes_encrypt()
|
D | cmac_mode.c | 97 int tc_cmac_setup(TCCmacState_t s, const uint8_t *key, TCAesKeySched_t sched) in tc_cmac_setup() 125 int tc_cmac_erase(TCCmacState_t s) in tc_cmac_erase() 137 int tc_cmac_init(TCCmacState_t s) in tc_cmac_init() 157 int tc_cmac_update(TCCmacState_t s, const uint8_t *data, size_t data_length) in tc_cmac_update() 222 int tc_cmac_final(uint8_t *tag, TCCmacState_t s) in tc_cmac_final()
|
D | sha256.c | 39 int tc_sha256_init(TCSha256State_t s) in tc_sha256_init() 65 int tc_sha256_update(TCSha256State_t s, const uint8_t *data, size_t datalen) in tc_sha256_update() 87 int tc_sha256_final(uint8_t *digest, TCSha256State_t s) in tc_sha256_final()
|
D | ecc_dsa.c | 105 uECC_word_t s[NUM_ECC_WORDS]; in uECC_sign_with_k() local 210 uECC_word_t r[NUM_ECC_WORDS], s[NUM_ECC_WORDS]; in uECC_verify() local
|
/hal_espressif-latest/components/wpa_supplicant/port/include/ |
D | os.h | 223 #define os_malloc(s) os_wpa_malloc_func((s)) argument 226 #define os_realloc(p, s) os_wpa_realloc_func((p), (s)) argument 229 #define os_zalloc(s) os_wpa_calloc_func(1, (s)) argument 232 #define os_calloc(p, s) os_wpa_calloc_func((p), (s)) argument 240 #define os_bzero(s, n) memset(s, 0, n) argument 246 #define os_strdup(s) _strdup(s) argument 248 #define os_strdup(s) z_strdup(s) argument 254 #define os_memcpy(d, s, n) memcpy((d), (s), (n)) argument 257 #define os_memmove(d, s, n) memmove((d), (s), (n)) argument 260 #define os_memset(s, c, n) memset(s, c, n) argument [all …]
|
/hal_espressif-latest/components/mbedtls/port/ecdsa/ |
D | ecdsa_alt.c | 126 static int esp_ecdsa_sign(mbedtls_ecp_group *grp, mbedtls_mpi* r, mbedtls_mpi* s, in esp_ecdsa_sign() 209 int __wrap_mbedtls_ecdsa_sign(mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, in __wrap_mbedtls_ecdsa_sign() 236 int __wrap_mbedtls_ecdsa_sign_restartable(mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, in __wrap_mbedtls_ecdsa_sign_restartable() 272 static int ecdsa_signature_to_asn1(const mbedtls_mpi *r, const mbedtls_mpi *s, in ecdsa_signature_to_asn1() 313 mbedtls_mpi r, s; in __wrap_mbedtls_ecdsa_write_signature_restartable() local 361 const mbedtls_mpi *s) in esp_ecdsa_verify() 442 const mbedtls_mpi *s, in __wrap_mbedtls_ecdsa_verify_restartable() 471 const mbedtls_mpi *s) in __wrap_mbedtls_ecdsa_verify() 496 mbedtls_mpi r, s; in __wrap_mbedtls_ecdsa_read_signature_restartable() local
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | aes.c | 305 # define block_copy_nn(d, s, l) memcpy(d, s, l) argument 306 # define block_copy(d, s) memcpy(d, s, N_BLOCK) argument 308 # define block_copy_nn(d, s, l) copy_block_nn(d, s, l) argument 309 # define block_copy(d, s) copy_block(d, s) argument 313 static void copy_block( void *d, const void *s ) in copy_block() 340 static void copy_block_nn( void *d, const void *s, uint_8t nn ) in copy_block_nn() 348 static void xor_block( void *d, const void *s ) in xor_block() 375 static void copy_and_key( void *d, const void *s, const void *k ) in copy_and_key()
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | bootloader_common_loader.c | 34 uint32_t bootloader_common_ota_select_crc(const esp_ota_select_entry_t *s) in bootloader_common_ota_select_crc() 39 bool bootloader_common_ota_select_invalid(const esp_ota_select_entry_t *s) in bootloader_common_ota_select_invalid() 44 bool bootloader_common_ota_select_valid(const esp_ota_select_entry_t *s) in bootloader_common_ota_select_valid()
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | sta_info.c | 44 struct sta_info *s; in ap_get_sta() local 82 struct sta_info *s; in ap_sta_hash_del() local
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | synthesis-sbc.c | 267 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_80() local 298 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_4SB() local 332 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_Enhanced() local
|
/hal_espressif-latest/components/bt/common/osi/ |
D | hash_functions.c | 49 void hash_function_blob(const unsigned char *s, unsigned int len, hash_key_t h) in hash_function_blob()
|
/hal_espressif-latest/components/bootloader_support/src/secure_boot_v2/ |
D | secure_boot_ecdsa_signature.c | 31 mbedtls_mpi r, s; in verify_ecdsa_signature_block() local
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.c | 273 static int rsn_selector_to_bitfield(const u8 *s) in rsn_selector_to_bitfield() 305 static int rsn_key_mgmt_to_bitfield(const u8 *s) in rsn_key_mgmt_to_bitfield() 347 static int wpa_selector_to_bitfield(const u8 *s) in wpa_selector_to_bitfield() 362 static int wpa_key_mgmt_to_bitfield(const u8 *s) in wpa_key_mgmt_to_bitfield()
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | aes-internal-enc.c | 39 #define ROUND(i,d,s) \ in rijndaelEncrypt() argument
|
/hal_espressif-latest/components/bootloader/subproject/components/micro-ecc/ |
D | uECC_verify_antifault.c | 40 uECC_word_t r[uECC_MAX_WORDS], s[uECC_MAX_WORDS]; in uECC_verify_antifault() local
|
/hal_espressif-latest/components/wpa_supplicant/port/ |
D | os_xtensa.c | 63 char *z_strdup(const char *s) { in z_strdup()
|