Searched defs:np (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_ppc.c | 16 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
|
H A D | bn_sparc.c | 17 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
|
H A D | bn_asm.c | 853 const BN_ULONG *np, const BN_ULONG *n0p, int num) in bn_mul_mont() 948 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont() 994 const BN_ULONG *np, const BN_ULONG *n0p, int num) in bn_mul_mont() 1035 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
|
H A D | bn_exp.c | 843 BN_ULONG *np = mont->N.d, *n0 = mont->n0; in BN_mod_exp_mont_consttime() local 954 BN_ULONG *n0 = mont->n0, *np; in BN_mod_exp_mont_consttime() local
|
H A D | bn_mont.c | 91 BN_ULONG *ap, *np, *rp, n0, v, carry; in bn_from_montgomery_word() local
|
/openssl/crypto/lhash/ |
H A D | lhash.c | 245 OPENSSL_LH_NODE **n, **n1, **n2, *np; in expand() local 289 OPENSSL_LH_NODE **n, *n1, *np; in contract() local
|
/openssl/crypto/conf/ |
H A D | conf_def.c | 645 char *s, *e, *rp, *p, *rrp, *np, *cp, v; in str_copy() local
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1137 # define SSL_get_cipher_bits(s,np) \ argument
|
/openssl/test/ |
H A D | sslapitest.c | 12140 struct next_proto_st *np = &next_proto_tests[idx]; in test_select_next_proto() local
|
Completed in 65 milliseconds