Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_nist.c265 #define nist_cp_bn_0(dst, src_in, top, max) \ macro
390 nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, in BN_nist_mod_192()
529 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1), in BN_nist_mod_224()
536 nist_cp_bn_0(buf.bn, a_d + BN_NIST_224_TOP, top - BN_NIST_224_TOP, in BN_nist_mod_224()
699 nist_cp_bn_0(buf.bn, a_d + BN_NIST_256_TOP, top - BN_NIST_256_TOP, in BN_nist_mod_256()
936 nist_cp_bn_0(buf.bn, a_d + BN_NIST_384_TOP, top - BN_NIST_384_TOP, in BN_nist_mod_384()
1189 nist_cp_bn_0(t_d, a_d + (BN_NIST_521_TOP - 1), in BN_nist_mod_521()

Completed in 6 milliseconds