Searched refs:nist_set_256 (Results 1 – 1 of 1) sorted by relevance
/external/openssl/crypto/bn/ |
D | bn_nist.c | 622 #define nist_set_256(to, from, a1, a2, a3, a4, a5, a6, a7, a8) \ macro 756 nist_set_256(t_d, buf.bn, 15, 14, 13, 12, 11, 0, 0, 0); in BN_nist_mod_256() 758 nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0); in BN_nist_mod_256() 776 nist_set_256(t_d, buf.bn, 15, 14, 0, 0, 0, 10, 9, 8); in BN_nist_mod_256() 779 nist_set_256(t_d, buf.bn, 8, 13, 15, 14, 13, 11, 10, 9); in BN_nist_mod_256() 782 nist_set_256(t_d, buf.bn, 10, 8, 0, 0, 0, 13, 12, 11); in BN_nist_mod_256() 785 nist_set_256(t_d, buf.bn, 11, 9, 0, 0, 15, 14, 13, 12); in BN_nist_mod_256() 788 nist_set_256(t_d, buf.bn, 12, 0, 10, 9, 8, 15, 14, 13); in BN_nist_mod_256() 791 nist_set_256(t_d, buf.bn, 13, 0, 11, 10, 9, 0, 15, 14); in BN_nist_mod_256() 976 nist_set_256(t_d, buf.bn, 0, 0, 0, 0, 0, 23-4, 22-4, 21-4); in BN_nist_mod_384()
|