Searched defs:bn_cp_32 (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_nist.c | 294 # define bn_cp_32(to,n,from,m) ((m)>=0)?bn_cp_32_naked(to,n,from,m):bn_32_set_0(to,n) macro 313 # define bn_cp_32(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; macro [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_nist.c | 294 # define bn_cp_32(to,n,from,m) ((m)>=0)?bn_cp_32_naked(to,n,from,m):bn_32_set_0(to,n) macro 313 # define bn_cp_32(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; macro [all...] |
Completed in 2 milliseconds