Home
last modified time | relevance | path

Searched defs:in (Results 1 – 25 of 53) sorted by relevance

123

/hal_espressif-2.7.6/components/libsodium/test/
Dtest_sodium.c75 const uint8_t *in = (const uint8_t *)"abc"; variable
106 const uint8_t *in = (const uint8_t *)"abc"; variable
/hal_espressif-2.7.6/components/wpa_supplicant/src/tls/
Dpkcs1.c17 const u8 *in, size_t inlen, in pkcs1_generate_encryption_block()
80 int use_private, const u8 *in, size_t inlen, in pkcs1_encrypt()
96 const u8 *in, size_t inlen, in pkcs1_v15_private_key_decrypt()
/hal_espressif-2.7.6/components/wpa_supplicant/src/crypto/
Dcrypto_internal-rsa.c67 const u8 *in, size_t inlen, in crypto_public_key_encrypt_pkcs1_v15()
76 const u8 *in, size_t inlen, in crypto_private_key_decrypt_pkcs1_v15()
85 const u8 *in, size_t inlen, in crypto_private_key_sign_pkcs1()
Dcrypto_mbedtls-rsa.c184 const u8 *in, size_t inlen, in crypto_public_key_encrypt_pkcs1_v15()
234 const u8 *in, size_t inlen, in crypto_private_key_decrypt_pkcs1_v15()
277 const u8 *in, size_t inlen, in crypto_private_key_sign_pkcs1()
Dmd5_i.h21 u8 in[64]; member
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dcbc_mode.c37 int tc_cbc_mode_encrypt(uint8_t *out, unsigned int outlen, const uint8_t *in, in tc_cbc_mode_encrypt()
77 int tc_cbc_mode_decrypt(uint8_t *out, unsigned int outlen, const uint8_t *in, in tc_cbc_mode_decrypt()
Daes_decrypt.c73 static inline void mult_row_column(uint8_t *out, const uint8_t *in) in mult_row_column()
129 int tc_aes_decrypt(uint8_t *out, const uint8_t *in, const TCAesKeySched_t s) in tc_aes_decrypt()
Daes_encrypt.c124 static inline void mult_row_column(uint8_t *out, const uint8_t *in) in mult_row_column()
158 int tc_aes_encrypt(uint8_t *out, const uint8_t *in, const TCAesKeySched_t s) in tc_aes_encrypt()
Dctr_mode.c37 int tc_ctr_mode(uint8_t *out, unsigned int outlen, const uint8_t *in, in tc_ctr_mode()
Dcmac_mode.c78 void gf_double(uint8_t *out, uint8_t *in) in gf_double()
/hal_espressif-2.7.6/components/libsodium/port/crypto_hash_mbedtls/
Dcrypto_hash_sha256_mbedtls.c76 const unsigned char *in, unsigned long long inlen) in crypto_hash_sha256_update()
97 crypto_hash_sha256(unsigned char *out, const unsigned char *in, in crypto_hash_sha256()
Dcrypto_hash_sha512_mbedtls.c80 const unsigned char *in, unsigned long long inlen) in crypto_hash_sha512_update()
101 crypto_hash_sha512(unsigned char *out, const unsigned char *in, in crypto_hash_sha512()
/hal_espressif-2.7.6/components/esp_rom/include/esp32s3/rom/
Dmd5_hash.h26 uint8_t in[64]; member
/hal_espressif-2.7.6/components/esp_rom/include/
Desp_rom_md5.h34 uint8_t in[64]; member
/hal_espressif-2.7.6/components/esp_rom/include/esp32/rom/
Dmd5_hash.h27 uint8_t in[64]; member
/hal_espressif-2.7.6/components/esp_rom/include/esp32c3/rom/
Dmd5_hash.h27 uint8_t in[64]; member
/hal_espressif-2.7.6/components/esp_rom/include/esp32s2/rom/
Dmd5_hash.h27 uint8_t in[64]; member
/hal_espressif-2.7.6/components/protocomm/src/security/
Dsecurity1.c81 Sec1Payload *in = (Sec1Payload *) req->sec1; in handle_session_command1() local
186 Sec1Payload *in = (Sec1Payload *) req->sec1; in handle_session_command0() local
366 Sec1Payload *in = (Sec1Payload *) req->sec1; in sec1_session_setup() local
/hal_espressif-2.7.6/components/esp32/test/
Dtest_unal_dma.c28 static void dmaMemcpy(void *in, void *out, int len) in dmaMemcpy()
/hal_espressif-2.7.6/tools/kconfig/
Dexpand_env.c31 const char *in = input; in expand_environment() local
/hal_espressif-2.7.6/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dsynthesis-dct8.c84 PRIVATE void float_dct2_8(float *RESTRICT out, OI_INT32 const *RESTRICT in) in float_dct2_8()
211 PRIVATE void dct2_8(SBC_BUFFER_T *RESTRICT out, OI_INT32 const *RESTRICT in) in dct2_8()
/hal_espressif-2.7.6/examples/mesh/internal_communication/main/
Dmesh_light.c167 mesh_light_ctl_t *in = (mesh_light_ctl_t *) buf; in mesh_light_process() local
/hal_espressif-2.7.6/examples/mesh/manual_networking/main/
Dmesh_light.c170 mesh_light_ctl_t *in = (mesh_light_ctl_t *) buf; in mesh_light_process() local
/hal_espressif-2.7.6/components/protocomm/test/
Dtest_protocomm.c95 Sec1Payload *in = (Sec1Payload *) malloc(sizeof(Sec1Payload)); in prepare_command0() local
140 Sec1Payload *in = (Sec1Payload *) resp->sec1; in verify_response0() local
299 Sec1Payload *in = (Sec1Payload *) resp->sec1; in verify_response1() local
/hal_espressif-2.7.6/components/tinyusb/additions/src/
Dtusb_console.c30 FILE *in; member

123