Searched refs:temp_p (Results 1 – 1 of 1) sorted by relevance
153 void *temp_p; in rt_hwcrypto_bignum_import_bin() local161 temp_p = rt_malloc(len); in rt_hwcrypto_bignum_import_bin()162 if (temp_p == RT_NULL) in rt_hwcrypto_bignum_import_bin()167 n->p = temp_p; in rt_hwcrypto_bignum_import_bin()
Completed in 3 milliseconds