Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbn_nist.c289 static void nist_cp_bn_0(BN_ULONG *buf, BN_ULONG *a, int top, int max) in nist_cp_bn_0() function
388 nist_cp_bn_0(buf, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, BN_NIST_192_TOP); in BN_nist_mod_192()
477 nist_cp_bn_0(t_d, a_d + (BN_NIST_224_TOP-1), top - (BN_NIST_224_TOP-1), BN_NIST_224_TOP); in BN_nist_mod_224()
483 nist_cp_bn_0(buf, a_d + BN_NIST_224_TOP, top - BN_NIST_224_TOP, BN_NIST_224_TOP); in BN_nist_mod_224()
587 nist_cp_bn_0(buf, a_d + BN_NIST_256_TOP, top - BN_NIST_256_TOP, BN_NIST_256_TOP); in BN_nist_mod_256()
712 nist_cp_bn_0(buf, a_d + BN_NIST_384_TOP, top - BN_NIST_384_TOP, BN_NIST_384_TOP); in BN_nist_mod_384()
823 nist_cp_bn_0(t_d,a_d + (BN_NIST_521_TOP-1), top - (BN_NIST_521_TOP-1),BN_NIST_521_TOP); in BN_nist_mod_521()