Searched refs:nist_cp_bn_0 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/bn/ |
| D | bn_nist.c | 301 static void nist_cp_bn_0(BN_ULONG *buf, BN_ULONG *a, int top, int max) in nist_cp_bn_0() function 394 nist_cp_bn_0(buf, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, in BN_nist_mod_192() 484 nist_cp_bn_0(t_d, a_d + (BN_NIST_224_TOP - 1), in BN_nist_mod_224() 491 nist_cp_bn_0(buf, a_d + BN_NIST_224_TOP, top - BN_NIST_224_TOP, in BN_nist_mod_224() 593 nist_cp_bn_0(buf, a_d + BN_NIST_256_TOP, top - BN_NIST_256_TOP, in BN_nist_mod_256() 731 nist_cp_bn_0(buf, a_d + BN_NIST_384_TOP, top - BN_NIST_384_TOP, in BN_nist_mod_384() 855 nist_cp_bn_0(t_d, a_d + (BN_NIST_521_TOP - 1), in BN_nist_mod_521()
|