/openssl/test/testutil/ |
H A D | output.c | 14 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
|
H A D | basic_output.c | 93 int test_vprintf_stdout(const char *fmt, va_list ap) in test_vprintf_stdout() 104 int test_vprintf_stderr(const char *fmt, va_list ap) in test_vprintf_stderr() 137 int test_vprintf_tapout(const char *fmt, va_list ap) in test_vprintf_tapout() 148 int test_vprintf_taperr(const char *fmt, va_list ap) in test_vprintf_taperr()
|
H A D | tests.c | 77 const char *op, const char *fmt, va_list ap) in test_fail_message_va() 92 va_list ap; in test_fail_message() local 101 va_list ap; in test_info_c90() local 110 va_list ap; in test_info() local 119 va_list ap; in test_error_c90() local 129 va_list ap; in test_error() local 149 va_list ap; in test_note() local 162 va_list ap; in test_skip() local 172 va_list ap; in test_skip_c90() local
|
H A D | options.c | 71 va_list ap; in opt_printf_stderr() local
|
H A D | driver.c | 265 va_list ap; in test_verdict() local
|
/openssl/crypto/bio/ |
H A D | bio_addr.c | 63 void BIO_ADDR_free(BIO_ADDR *ap) in BIO_ADDR_free() 81 BIO_ADDR *BIO_ADDR_dup(const BIO_ADDR *ap) in BIO_ADDR_dup() 95 void BIO_ADDR_clear(BIO_ADDR *ap) in BIO_ADDR_clear() 105 int BIO_ADDR_make(BIO_ADDR *ap, const struct sockaddr *sa) in BIO_ADDR_make() 127 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family, in BIO_ADDR_rawmake() 165 int BIO_ADDR_family(const BIO_ADDR *ap) in BIO_ADDR_family() 204 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap) in BIO_ADDR_rawport() 228 static int addr_strings(const BIO_ADDR *ap, int numeric, in addr_strings() 321 char *BIO_ADDR_path_string(const BIO_ADDR *ap) in BIO_ADDR_path_string() 346 struct sockaddr *BIO_ADDR_sockaddr_noconst(BIO_ADDR *ap) in BIO_ADDR_sockaddr_noconst() [all …]
|
/openssl/demos/guide/ |
H A D | tls-server-block.c | 36 static void vwarnx(const char *fmt, va_list ap) in vwarnx() 46 va_list ap; in errx() local 55 va_list ap; in warnx() local
|
/openssl/apps/lib/ |
H A D | apps_opt_printf.c | 17 va_list ap; in opt_printf_stderr() local
|
H A D | log.c | 44 static void log_with_prefix(const char *prog, const char *fmt, va_list ap) in log_with_prefix() 74 va_list ap; in trace_log_message() local
|
/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 | 79 const BN_ULONG *ap, *bp; in BN_uadd() local 129 const BN_ULONG *ap, *bp; 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 | 60 const BN_ULONG *ap, *bp; in bn_mod_add_fixed_top() local 141 const BN_ULONG *ap, *bp; in bn_mod_sub_fixed_top() local
|
H A D | bn_sqr.c | 112 const BN_ULONG *ap; in bn_sqr_normal() local
|
/openssl/test/ |
H A D | bioprinttest.c | 322 int test_vprintf_stdout(const char *fmt, va_list ap) in test_vprintf_stdout() 327 int test_vprintf_stderr(const char *fmt, va_list ap) in test_vprintf_stderr() 342 int test_vprintf_tapout(const char *fmt, va_list ap) in test_vprintf_tapout() 347 int test_vprintf_taperr(const char *fmt, va_list ap) in test_vprintf_taperr()
|
H A D | v3nametest.c | 89 va_list ap; in set_cn() local 130 va_list ap; in set_altname() local
|
H A D | bio_prefix_text.c | 63 va_list ap; in opt_printf_stderr() local
|
H A D | p_test.c | 80 va_list ap; in p_set_error() 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 | 536 #define ap(I) [%i1+4*I] macro
|
H A D | sparcv8plus.S | 643 #define ap(I) [%i1+4*I] macro
|
/openssl/crypto/ |
H A D | cryptlib.c | 108 va_list ap; in OPENSSL_showfatal() local 241 va_list ap; in OPENSSL_showfatal() local
|
/openssl/providers/common/ |
H A D | bio_prov.c | 141 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
|