Home
last modified time | relevance | path

Searched defs:ap (Results 1 – 25 of 34) sorted by relevance

12

/openssl-master/test/testutil/
A Doutput.c14 va_list ap; in test_printf_stdout() local
26 va_list ap; in test_printf_stderr() local
38 va_list ap; in test_printf_tapout() local
50 va_list ap; in test_printf_taperr() local
A Dbasic_output.c64 int test_vprintf_stdout(const char *fmt, va_list ap) in test_vprintf_stdout()
69 int test_vprintf_stderr(const char *fmt, va_list ap) in test_vprintf_stderr()
84 int test_vprintf_tapout(const char *fmt, va_list ap) in test_vprintf_tapout()
89 int test_vprintf_taperr(const char *fmt, va_list ap) in test_vprintf_taperr()
A Dtests.c78 const char *op, const char *fmt, va_list ap) in test_fail_message_va()
93 va_list ap; in test_fail_message() local
102 va_list ap; in test_info_c90() local
111 va_list ap; in test_info() local
120 va_list ap; in test_error_c90() local
130 va_list ap; in test_error() local
150 va_list ap; in test_note() local
163 va_list ap; in test_skip() local
173 va_list ap; in test_skip_c90() local
A Doptions.c71 va_list ap; in opt_printf_stderr() local
A Ddriver.c262 va_list ap; in test_verdict() local
/openssl-master/crypto/bio/
A Dbio_addr.c65 void BIO_ADDR_free(BIO_ADDR *ap) in BIO_ADDR_free()
70 void BIO_ADDR_clear(BIO_ADDR *ap) in BIO_ADDR_clear()
80 int BIO_ADDR_make(BIO_ADDR *ap, const struct sockaddr *sa) in BIO_ADDR_make()
102 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family, in BIO_ADDR_rawmake()
140 int BIO_ADDR_family(const BIO_ADDR *ap) in BIO_ADDR_family()
179 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap) in BIO_ADDR_rawport()
203 static int addr_strings(const BIO_ADDR *ap, int numeric, in addr_strings()
297 char *BIO_ADDR_path_string(const BIO_ADDR *ap) in BIO_ADDR_path_string()
311 const struct sockaddr *BIO_ADDR_sockaddr(const BIO_ADDR *ap) in BIO_ADDR_sockaddr()
322 struct sockaddr *BIO_ADDR_sockaddr_noconst(BIO_ADDR *ap) in BIO_ADDR_sockaddr_noconst()
[all …]
/openssl-master/crypto/bn/
A Dbn_ppc.c15 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont()
A Dbn_sparc.c16 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont()
A Dbn_add.c79 const BN_ULONG *ap, *bp; in BN_uadd() local
129 const BN_ULONG *ap, *bp; in BN_usub() local
A Dbn_asm.c17 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 Dbn_shift.c16 register BN_ULONG *ap, *rp, t, c; in BN_lshift1() local
47 BN_ULONG *ap, *rp, t, c; in BN_rshift1() local
A Dbn_mod.c54 const BN_ULONG *ap, *bp; in bn_mod_add_fixed_top() local
137 const BN_ULONG *ap, *bp; in bn_mod_sub_fixed_top() local
A Dbn_sqr.c112 const BN_ULONG *ap; in bn_sqr_normal() local
A Dbn_mont.c91 BN_ULONG *ap, *np, *rp, n0, v, carry; in bn_from_montgomery_word() local
A Dbn_nist.c796 register BN_ULONG *ap, t, c; in BN_nist_mod_256() local
1064 register BN_ULONG *ap, t, c; in BN_nist_mod_384() local
/openssl-master/test/
A Dbioprinttest.c323 int test_vprintf_stdout(const char *fmt, va_list ap) in test_vprintf_stdout()
328 int test_vprintf_stderr(const char *fmt, va_list ap) in test_vprintf_stderr()
343 int test_vprintf_tapout(const char *fmt, va_list ap) in test_vprintf_tapout()
348 int test_vprintf_taperr(const char *fmt, va_list ap) in test_vprintf_taperr()
A Dv3nametest.c93 va_list ap; in set_cn() local
134 va_list ap; in set_altname() local
A Dbio_prefix_text.c63 va_list ap; in opt_printf_stderr() local
A Dp_test.c66 va_list ap; in p_set_error() local
/openssl-master/crypto/bn/asm/
A Dx86_64-gcc.c110 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 Dsparcv8.S536 #define ap(I) [%i1+4*I] macro
A Dsparcv8plus.S643 #define ap(I) [%i1+4*I] macro
/openssl-master/crypto/
A Dcryptlib.c108 va_list ap; in OPENSSL_showfatal() local
241 va_list ap; in OPENSSL_showfatal() local
/openssl-master/providers/common/
A Dbio_prov.c141 int ossl_prov_bio_vprintf(OSSL_CORE_BIO *bio, const char *format, va_list ap) in ossl_prov_bio_vprintf()
150 va_list ap; in ossl_prov_bio_printf() local
/openssl-master/apps/lib/
A Dhttp_server.c59 va_list ap; in log_message() local

Completed in 37 milliseconds

12