Home
last modified time | relevance | path

Searched refs:nist_cp_bn_0 (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bn/
HDbn_nist.c301 static void nist_cp_bn_0(BN_ULONG *dst, const BN_ULONG *src, int top, int max) in nist_cp_bn_0() function
407 nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, in BN_nist_mod_192()
554 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1), in BN_nist_mod_224()
561 nist_cp_bn_0(buf.bn, a_d + BN_NIST_224_TOP, top - BN_NIST_224_TOP, in BN_nist_mod_224()
733 nist_cp_bn_0(buf.bn, a_d + BN_NIST_256_TOP, top - BN_NIST_256_TOP, in BN_nist_mod_256()
979 nist_cp_bn_0(buf.bn, a_d + BN_NIST_384_TOP, top - BN_NIST_384_TOP, in BN_nist_mod_384()
1238 nist_cp_bn_0(t_d, a_d + (BN_NIST_521_TOP - 1), in BN_nist_mod_521()