Home
last modified time | relevance | path

Searched defs:V (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Dctr_prng.h72 uint8_t V[TC_AES_BLOCK_SIZE]; member
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/smp/
Dp_256_multprecision.c259 DWORD V; in multiprecision_mult() local
286 DWORD V; in multiprecision_fast_mod() local
/hal_espressif-3.4.0/components/nghttp/port/
Dhttp_parser.c60 #define UPDATE_STATE(V) p_state = (enum state) (V); argument
61 #define RETURN(V) \ argument
154 #define COUNT_HEADER_SIZE(V) \ argument
/hal_espressif-3.4.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/
DuECC.c1365 static void update_V(const uECC_HashContext *hash_context, uint8_t *K, uint8_t *V) { in update_V()
1384 uint8_t *V = K + hash_context->result_size; in uECC_sign_deterministic() local