/openssl/crypto/ec/ |
H A D | ecdsa_sign.c | 26 const BIGNUM *kinv, const BIGNUM *rp, in ECDSA_do_sign_ex() 52 BIGNUM **rp) in ECDSA_sign_setup()
|
H A D | ecdsa_ossl.c | 40 BIGNUM **rp) in ossl_ecdsa_sign_setup() 133 BIGNUM **kinvp, BIGNUM **rp, in ecdsa_sign_setup() 264 BIGNUM **rp) in ossl_ecdsa_simple_sign_setup()
|
H A D | ec_kmeth.c | 235 BIGNUM **kinvp, BIGNUM **rp), in EC_KEY_METHOD_set_sign() 310 BIGNUM **kinvp, BIGNUM **rp), in EC_KEY_METHOD_get_sign()
|
/openssl/crypto/bn/ |
H 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()
|
H 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()
|
H 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
|
H 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() 852 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() 947 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() 993 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() 1034 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont()
|
H 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
|
H A D | bn_mod.c | 59 BN_ULONG carry, temp, mask, *rp, *tp = storage; in bn_mod_add_fixed_top() local 140 BN_ULONG borrow, carry, ta, tb, mask, *rp; in bn_mod_sub_fixed_top() local
|
H A D | bn_sqr.c | 113 BN_ULONG *rp; in bn_sqr_normal() local
|
H A D | bn_nist.c | 396 unsigned int *rp = (unsigned int *)r_d; in BN_nist_mod_192() local 543 unsigned int *rp = (unsigned int *)r_d; in BN_nist_mod_224() local 705 unsigned int *rp = (unsigned int *)r_d; in BN_nist_mod_256() local 942 unsigned int *rp = (unsigned int *)r_d; in BN_nist_mod_384() local
|
H A D | bn_mont.c | 91 BN_ULONG *ap, *np, *rp, n0, v, carry; in bn_from_montgomery_word() local
|
/openssl/crypto/bn/asm/ |
H 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()
|
H A D | sparcv8.S | 538 #define rp(I) [%i0+4*I] macro
|
H A D | sparcv8plus.S | 645 #define rp(I) [%i0+4*I] macro
|
/openssl/test/ |
H A D | ecdsatest.c | 86 BIGNUM *kinv = NULL, *rp = NULL; in x9_62_tests() local 358 BIGNUM *kinv = NULL, *rp = NULL; in test_ecdsa_sig_NULL() local
|
/openssl/crypto/dsa/ |
H A D | dsa_ossl.c | 211 BIGNUM **kinvp, BIGNUM **rp) in dsa_sign_setup_no_digest() 218 BIGNUM **kinvp, BIGNUM **rp, in dsa_sign_setup()
|
H 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/crypto/conf/ |
H A D | conf_def.c | 645 char *s, *e, *rp, *p, *rrp, *np, *cp, v; in str_copy() local
|
/openssl/crypto/cmp/ |
H A D | cmp_client.c | 897 OSSL_CMP_MSG *rp = NULL; in OSSL_CMP_exec_RR_ses() local
|
H A D | cmp_local.h | 638 OSSL_CMP_REVREPCONTENT *rp; /* 12 */ member
|
/openssl/engines/ |
H A D | e_capi.c | 673 RSAPUBKEY *rp; in capi_get_pkey() local
|