Searched defs:nist_set_192 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_nist.c349 #define nist_set_192(to, from, a1, a2, a3) \ macro
433 nist_set_192(t_d, buf.bn, 0, 3, 3);
435 nist_set_192(t_d, buf.bn, 4, 4, 0);
437 nist_set_192(t_d, buf.bn, 5, 5, 5)
/external/openssl/crypto/bn/
H A Dbn_nist.c349 #define nist_set_192(to, from, a1, a2, a3) \ macro
433 nist_set_192(t_d, buf.bn, 0, 3, 3);
435 nist_set_192(t_d, buf.bn, 4, 4, 0);
437 nist_set_192(t_d, buf.bn, 5, 5, 5)

Completed in 32 milliseconds