Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_nist.c355 register BN_ULONG *r_d, *a_d = a->d; in BN_nist_mod_192() local
384 nist_cp_bn(r_d, a_d, BN_NIST_192_TOP); in BN_nist_mod_192()
386 r_d = a_d; in BN_nist_mod_192()
388 nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, in BN_nist_mod_192()
490 BN_ULONG *r_d, *a_d = a->d; in BN_nist_mod_224() local
520 nist_cp_bn(r_d, a_d, BN_NIST_224_TOP); in BN_nist_mod_224()
522 r_d = a_d; in BN_nist_mod_224()
526 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1), in BN_nist_mod_224()
533 nist_cp_bn_0(buf.bn, a_d + BN_NIST_224_TOP, top - BN_NIST_224_TOP, in BN_nist_mod_224()
659 register BN_ULONG *a_d = a->d, *r_d; in BN_nist_mod_256() local
[all …]