Searched refs:personalization (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | hmac_prng.c | 113 const uint8_t *personalization, in tc_hmac_prng_init() argument 119 personalization == (uint8_t *) 0 || in tc_hmac_prng_init() 130 update(prng, personalization, plen); in tc_hmac_prng_init()
|
D | ctr_prng.c | 120 uint8_t const * const personalization, in tc_ctr_prng_init() argument 129 if (0 != personalization) { in tc_ctr_prng_init() 137 memcpy(personalization_buf, personalization, len); in tc_ctr_prng_init()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ctr_prng.c | 120 uint8_t const *const personalization, in tc_ctr_prng_init() argument 129 if (0 != personalization) { in tc_ctr_prng_init() 137 memcpy(personalization_buf, personalization, len); in tc_ctr_prng_init()
|
D | hmac_prng.c | 135 const uint8_t *personalization, in tc_hmac_prng_init() argument 141 personalization == (uint8_t *) 0 || in tc_hmac_prng_init() 150 update(prng, personalization, plen, 0, 0); in tc_hmac_prng_init()
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/ |
D | hmac_prng.h | 116 const uint8_t *personalization,
|
D | ctr_prng.h | 104 uint8_t const * const personalization,
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | hmac_prng.h | 116 const uint8_t *personalization,
|
D | ctr_prng.h | 104 uint8_t const *const personalization,
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 151 step: entropy seed, personalization and a nonce (which is not implemented). 152 TinyCrypt requires the personalization byte array and automatically creates
|