Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_nist.c356 register BN_ULONG *r_d, *a_d = a->d; in BN_nist_mod_192() local
386 nist_cp_bn(r_d, a_d, BN_NIST_192_TOP); in BN_nist_mod_192()
388 r_d = a_d; in BN_nist_mod_192()
492 BN_ULONG *r_d, *a_d = a->d; in BN_nist_mod_224() local
523 nist_cp_bn(r_d, a_d, BN_NIST_224_TOP); in BN_nist_mod_224()
525 r_d = a_d; in BN_nist_mod_224()
664 register BN_ULONG *a_d = a->d, *r_d; in BN_nist_mod_256() local
697 r_d = a_d; in BN_nist_mod_256()
901 register BN_ULONG *r_d, *a_d = a->d; in BN_nist_mod_384() local
934 r_d = a_d; in BN_nist_mod_384()
[all …]

Completed in 9 milliseconds