Home
last modified time | relevance | path

Searched refs:e_bytes (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_memory_buffer_alloc.function37 int free_c, int free_d, int e_bytes,
124 if (e_bytes > 0) {
125 ptr_e = mbedtls_calloc(e_bytes, sizeof(char));
/mbedtls-latest/library/
Dpsa_crypto_rsa.c217 static psa_status_t psa_rsa_read_exponent(const uint8_t *e_bytes, in psa_rsa_read_exponent() argument
231 acc = (acc << 8) | e_bytes[i]; in psa_rsa_read_exponent()