Home
last modified time | relevance | path

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

/components/drivers/hwcrypto/
A Dhw_bignum.c153 void *temp_p; in rt_hwcrypto_bignum_import_bin() local
161 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