Home
last modified time | relevance | path

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

/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_rsa.c253 unsigned long t_h, t_l; in montgomery_mul_add() local
273 lin_mul_word(p_ad[i], b, &t_h, &t_l); in montgomery_mul_add()
277 lin_mul_word(d0, p_nd[i], &t_h, &t_l); in montgomery_mul_add()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs181 for (post_index, (t_h, t_v)) in insert_list.iter().enumerate() { in encode()
182 if t_h == &h && t_v == &v { in encode()
185 if t_h == &h { in encode()