Home
last modified time | relevance | path

Searched refs:r_d (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_nist.c356 register BN_ULONG *r_d, *a_d = a->d; in BN_nist_mod_192() local
385 r_d = r->d; in BN_nist_mod_192()
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()
396 unsigned int *rp = (unsigned int *)r_d; in BN_nist_mod_192()
443 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP); in BN_nist_mod_192()
445 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP); in BN_nist_mod_192()
447 carry += (int)bn_add_words(r_d, r_ in BN_nist_mod_192()
492 BN_ULONG *r_d, *a_d = a->d; BN_nist_mod_224() local
664 register BN_ULONG *a_d = a->d, *r_d; BN_nist_mod_256() local
901 register BN_ULONG *r_d, *a_d = a->d; BN_nist_mod_384() local
1160 BN_ULONG *r_d, *a_d = a->d, t_d[BN_NIST_521_TOP], val, tmp, *res; BN_nist_mod_521() local
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_nist.c334 register BN_ULONG *r_d, *a_d = a->d; in BN_nist_mod_192() local
363 r_d = r->d; in BN_nist_mod_192()
364 nist_cp_bn(r_d, a_d, BN_NIST_192_TOP); in BN_nist_mod_192()
366 r_d = a_d; in BN_nist_mod_192()
374 unsigned int *rp = (unsigned int *)r_d; in BN_nist_mod_192()
421 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP); in BN_nist_mod_192()
423 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP); in BN_nist_mod_192()
425 carry += (int)bn_add_words(r_d, r_ in BN_nist_mod_192()
470 BN_ULONG *r_d, *a_d = a->d; BN_nist_mod_224() local
642 register BN_ULONG *a_d = a->d, *r_d; BN_nist_mod_256() local
879 register BN_ULONG *r_d, *a_d = a->d; BN_nist_mod_384() local
1138 BN_ULONG *r_d, *a_d = a->d, t_d[BN_NIST_521_TOP], val, tmp, *res; BN_nist_mod_521() local
[all...]
/third_party/libabigail/tests/data/test-abidiff-exit/
H A Dqualifier-typedef-array-v0.c22 D r_d; member
H A Dqualifier-typedef-array-v1.c22 restrict D r_d; // +restrict member

Completed in 3 milliseconds