Home
last modified time | relevance | path

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

/mbedtls/library/
A Dpsa_util.c390 static int convert_raw_to_der_single_int(const unsigned char *raw_buf, size_t raw_len, in convert_raw_to_der_single_int() argument
401 while (*raw_buf == 0x00) { in convert_raw_to_der_single_int()
402 ++raw_buf; in convert_raw_to_der_single_int()
415 memcpy(p, raw_buf, len); in convert_raw_to_der_single_int()

Completed in 3 milliseconds