Searched defs:np (Results 1 – 8 of 8) sorted by relevance
/openssl-master/crypto/bn/ |
A D | bn_ppc.c | 16 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
|
A D | bn_sparc.c | 17 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
|
A D | bn_asm.c | 848 const BN_ULONG *np, const BN_ULONG *n0p, int num) in bn_mul_mont() 943 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont() 991 const BN_ULONG *np, const BN_ULONG *n0p, int num) in bn_mul_mont() 1032 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
|
A D | bn_mont.c | 91 BN_ULONG *ap, *np, *rp, n0, v, carry; in bn_from_montgomery_word() local
|
A D | bn_exp.c | 815 BN_ULONG *np = mont->N.d, *n0 = mont->n0; in BN_mod_exp_mont_consttime() local 922 BN_ULONG *n0 = mont->n0, *np; in BN_mod_exp_mont_consttime() local
|
/openssl-master/crypto/lhash/ |
A D | lhash.c | 225 OPENSSL_LH_NODE **n, **n1, **n2, *np; in expand() local 271 OPENSSL_LH_NODE **n, *n1, *np; in contract() local
|
/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/include/openssl/ |
A D | ssl.h.in | 1113 # define SSL_get_cipher_bits(s,np) \ argument
|
Completed in 24 milliseconds