Home
last modified time | relevance | path

Searched refs:nist_set_224 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_nist.c476 #define nist_set_224(to, from, a1, a2, a3, a4, a5, a6, a7) \ macro
532 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8); in BN_nist_mod_224()
599 nist_set_224(t_d, buf.bn, 10, 9, 8, 7, 0, 0, 0); in BN_nist_mod_224()
601 nist_set_224(t_d, buf.bn, 0, 13, 12, 11, 0, 0, 0); in BN_nist_mod_224()
603 nist_set_224(t_d, buf.bn, 13, 12, 11, 10, 9, 8, 7); in BN_nist_mod_224()
605 nist_set_224(t_d, buf.bn, 0, 0, 0, 0, 13, 12, 11); in BN_nist_mod_224()
/third_party/openssl/crypto/bn/
H A Dbn_nist.c454 #define nist_set_224(to, from, a1, a2, a3, a4, a5, a6, a7) \ macro
510 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8); in BN_nist_mod_224()
577 nist_set_224(t_d, buf.bn, 10, 9, 8, 7, 0, 0, 0); in BN_nist_mod_224()
579 nist_set_224(t_d, buf.bn, 0, 13, 12, 11, 0, 0, 0); in BN_nist_mod_224()
581 nist_set_224(t_d, buf.bn, 13, 12, 11, 10, 9, 8, 7); in BN_nist_mod_224()
583 nist_set_224(t_d, buf.bn, 0, 0, 0, 0, 13, 12, 11); in BN_nist_mod_224()

Completed in 3 milliseconds