Searched refs:e_bytes (Results 1 – 2 of 2) sorted by relevance
37 int free_c, int free_d, int e_bytes,124 if (e_bytes > 0) {125 ptr_e = mbedtls_calloc(e_bytes, sizeof(char));
217 static psa_status_t psa_rsa_read_exponent(const uint8_t *e_bytes, in psa_rsa_read_exponent() argument231 acc = (acc << 8) | e_bytes[i]; in psa_rsa_read_exponent()