/openssl-master/crypto/bn/ |
A D | bn_ppc.c | 15 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont()
|
A D | bn_sparc.c | 16 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont()
|
A D | bn_add.c | 80 BN_ULONG *rp, carry, t1, t2; in BN_uadd() local 128 BN_ULONG t1, t2, borrow, *rp; in BN_usub() local
|
A D | bn_asm.c | 17 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, in bn_mul_add_words() 47 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) in bn_mul_words() 103 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, in bn_mul_add_words() 136 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) in bn_mul_words() 847 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() 942 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() 990 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() 1031 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont()
|
A D | bn_shift.c | 16 register BN_ULONG *ap, *rp, t, c; in BN_lshift1() local 47 BN_ULONG *ap, *rp, t, c; in BN_rshift1() local
|
A D | bn_mod.c | 53 BN_ULONG carry, temp, mask, *rp, *tp = storage; in bn_mod_add_fixed_top() local 136 BN_ULONG borrow, carry, ta, tb, mask, *rp; in bn_mod_sub_fixed_top() local
|
A D | bn_sqr.c | 113 BN_ULONG *rp; in bn_sqr_normal() local
|
A D | bn_nist.c | 364 unsigned int *rp = (unsigned int *)r_d; in BN_nist_mod_192() local 519 unsigned int *rp = (unsigned int *)r_d; in BN_nist_mod_224() local 690 unsigned int *rp = (unsigned int *)r_d; in BN_nist_mod_256() local 936 unsigned int *rp = (unsigned int *)r_d; in BN_nist_mod_384() local
|
A D | bn_mont.c | 91 BN_ULONG *ap, *np, *rp, n0, v, carry; in bn_from_montgomery_word() local
|
/openssl-master/crypto/ec/ |
A D | ecdsa_sign.c | 26 const BIGNUM *kinv, const BIGNUM *rp, in ECDSA_do_sign_ex() 52 BIGNUM **rp) in ECDSA_sign_setup()
|
A D | ecdsa_ossl.c | 24 BIGNUM **rp) in ossl_ecdsa_sign_setup() 75 BIGNUM **kinvp, BIGNUM **rp, in ecdsa_sign_setup() 188 BIGNUM **rp) in ossl_ecdsa_simple_sign_setup()
|
A D | ec_kmeth.c | 240 BIGNUM **kinvp, BIGNUM **rp), in EC_KEY_METHOD_set_sign() 315 BIGNUM **kinvp, BIGNUM **rp), in EC_KEY_METHOD_get_sign()
|
/openssl-master/crypto/bn/asm/ |
A D | x86_64-gcc.c | 110 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, in bn_mul_add_words() 141 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) in bn_mul_words() 205 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_add_words() 232 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_sub_words()
|
A D | sparcv8.S | 538 #define rp(I) [%i0+4*I] macro
|
A D | sparcv8plus.S | 645 #define rp(I) [%i0+4*I] macro
|
/openssl-master/crypto/dsa/ |
A D | dsa_ossl.c | 192 BIGNUM **kinvp, BIGNUM **rp) in dsa_sign_setup_no_digest() 198 BIGNUM **kinvp, BIGNUM **rp, in dsa_sign_setup()
|
A D | dsa_sign.c | 28 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) in DSA_sign_setup()
|
/openssl-master/test/ |
A D | ecdsatest.c | 86 BIGNUM *kinv = NULL, *rp = NULL; in x9_62_tests() local
|
/openssl-master/crypto/cmp/ |
A D | cmp_client.c | 734 OSSL_CMP_MSG *rp = NULL; in OSSL_CMP_exec_RR_ses() local
|
A D | cmp_local.h | 582 OSSL_CMP_REVREPCONTENT *rp; /* 12 */ member
|
/openssl-master/crypto/conf/ |
A D | conf_def.c | 637 char *s, *e, *rp, *p, *rrp, *np, *cp, v; in str_copy() local
|
/openssl-master/engines/ |
A D | e_capi.c | 672 RSAPUBKEY *rp; in capi_get_pkey() local
|