Searched refs:cp_len (Results 1 – 1 of 1) sorted by relevance
125 int cp_len, i, j; in rt_hwcrypto_bignum_export_bin() local132 cp_len = (int)n->total > len ? len : (int)n->total; in rt_hwcrypto_bignum_export_bin()133 for(i = cp_len, j = 0; i > 0; i--, j++) in rt_hwcrypto_bignum_export_bin()138 return cp_len; in rt_hwcrypto_bignum_export_bin()152 int cp_len, i, j; in rt_hwcrypto_bignum_import_bin() local173 cp_len = (int)n->total > len ? len : n->total; in rt_hwcrypto_bignum_import_bin()175 for(i = cp_len, j = 0; i > 0; i--, j++) in rt_hwcrypto_bignum_import_bin()180 return cp_len; in rt_hwcrypto_bignum_import_bin()
Completed in 4 milliseconds