Home
last modified time | relevance | path

Searched refs:arg1 (Results 1 – 25 of 55) sorted by relevance

123

/openssl/crypto/
H A Dx86_64cpuid.pl46 movl ($arg1),%eax
252 mov %al,($arg1)
254 lea 1($arg1),$arg1
260 test \$7,$arg1
262 mov %al,($arg1)
264 lea 1($arg1),$arg1
267 mov %rax,($arg1)
270 lea 8($arg1),$arg1
302 lea 1($arg1),$arg1
496 lea 8($arg1),$arg1
[all …]
/openssl/include/openssl/
H A Dtrace.h289 # define OSSL_TRACE1(category, format, arg1) \ argument
290 OSSL_TRACEV(category, (trc_out, format, arg1))
291 # define OSSL_TRACE2(category, format, arg1, arg2) \ argument
292 OSSL_TRACEV(category, (trc_out, format, arg1, arg2))
293 # define OSSL_TRACE3(category, format, arg1, arg2, arg3) \ argument
294 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3))
295 # define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \ argument
296 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4))
297 # define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \ argument
298 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5))
[all …]
H A Dtxt_db.h45 long arg1; member
H A Dlhash.h.in70 int name##_LHASH_COMP(const void *arg1, const void *arg2) { \
71 const o_type *a = arg1; \
80 void name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
81 o_type *a = arg1; \
/openssl/test/
H A Ddefltfips_test.c74 char *arg1; in setup_tests() local
88 arg1 = test_get_argument(0); in setup_tests()
89 if (strcmp(arg1, "fips") == 0) { in setup_tests()
93 } else if (strcmp(arg1, "badfips") == 0) { in setup_tests()
H A Dquic_fc_test.c227 uint64_t arg0, arg1; member
493 op->arg0, op->arg1, in run_rxfc_script()
507 op->arg0, op->arg1, in run_rxfc_script()
521 (int)op->arg1))) in run_rxfc_script()
533 ossl_ticks2time(op->arg1)), in run_rxfc_script()
587 (int)op->arg1), in run_rxfc_script()
596 (int)op->arg1), in run_rxfc_script()
604 (int)op->arg1), in run_rxfc_script()
613 (int)op->arg1), in run_rxfc_script()
H A Dquic_multistream_test.c124 size_t arg1; member
332 #define OP_CHECK2(func, arg1, arg2) \ argument
1199 op_idx += op->arg1; in run_script_worker()
1206 op_idx += op->arg1; in run_script_worker()
1383 if (op->arg1 > 0 in run_script_worker()
1384 && !TEST_mem_eq(tmp_buf, op->arg1, op->arg0, op->arg1)) in run_script_worker()
1414 if (op->arg1 > 0 in run_script_worker()
1415 && !TEST_mem_eq(tmp_buf, op->arg1, op->arg0, op->arg1)) in run_script_worker()
1494 uint64_t flags = op->arg1; in run_script_worker()
1969 h->inject_word0 = op->arg1; in run_script_worker()
[all …]
H A Dquic_txp_test.c264 uint64_t arg0, arg1; member
1339 || !TEST_size_t_le(h.qrx_pkt->datagram_len, (size_t)op->arg1)) in run_script()
1451 (uint32_t)op->arg1, in run_script()
1456 (uint32_t)op->arg1, in run_script()
1544 s, op->arg1))) in run_script()
1562 s, op->arg1))) in run_script()
1581 op->arg1))) in run_script()
/openssl/engines/asm/
H A De_padlock-x86_64.pl49 ($arg1,$arg2,$arg3,$arg4)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order
96 mov 240($arg1),%edx
100 mov ($arg1),%eax
102 mov %eax,($arg1)
103 lea 4($arg1),$arg1
113 mov $arg1,$ctx
/openssl/crypto/x509/
H A Dx509_trust.c127 const char *name, int arg1, void *arg2) in X509_TRUST_add() argument
160 trtmp->arg1 = arg1; in X509_TRUST_add()
225 return obj_trust(trust->arg1, x, flags); in trust_1oidany()
236 return obj_trust(trust->arg1, x, flags); in trust_1oid()
/openssl/crypto/cmp/
H A Dcmp_local.h843 # define ossl_cmp_log1(level, ctx, fmt, arg1) \ argument
845 OPENSSL_LINE, #level, fmt, arg1)
846 # define ossl_cmp_log2(level, ctx, fmt, arg1, arg2) \ argument
848 OPENSSL_LINE, #level, fmt, arg1, arg2)
849 # define ossl_cmp_log3(level, ctx, fmt, arg1, arg2, arg3) \ argument
851 OPENSSL_LINE, #level, fmt, arg1, arg2, arg3)
852 # define ossl_cmp_log4(level, ctx, fmt, arg1, arg2, arg3, arg4) \ argument
854 OPENSSL_LINE, #level, fmt, arg1, arg2, arg3, arg4)
/openssl/doc/internal/man3/
H A Dossl_cmp_print_log.pod34 #define ossl_cmp_log1(level, ctx, fmt, arg1)
35 #define ossl_cmp_log2(level, ctx, fmt, arg1, arg2)
36 #define ossl_cmp_log3(level, ctx, fmt, arg1, arg2, arg3)
37 #define ossl_cmp_log4(level, ctx, fmt, arg1, arg2, arg3, arg4)
/openssl/crypto/asn1/
H A Dbio_asn1.c66 static long asn1_bio_ctrl(BIO *h, int cmd, long arg1, void *arg2);
324 static long asn1_bio_ctrl(BIO *b, int cmd, long arg1, void *arg2) in asn1_bio_ctrl() argument
388 return BIO_ctrl(next, cmd, arg1, arg2); in asn1_bio_ctrl()
397 return BIO_ctrl(next, cmd, arg1, arg2); in asn1_bio_ctrl()
/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl1335 lea ($inp), $arg1
1555 lea ($inp), $arg1
1864 lea ($inp), $arg1
2107 lea 0x20(%rbp), $arg1
2227 lea ($arg6), $arg1
2493 lea 0x20(%rbp), $arg1
2524 lea 0x20(%rbp), $arg1
2626 lea ($arg6), $arg1
2899 lea 0x20(%rbp), $arg1
2928 lea 0x20(%rbp), $arg1
[all …]
/openssl/crypto/modes/asm/
H A Daes-gcm-avx512.pl168 $arg1 = "%rcx";
180 $arg1 = "%rdi";
4324 test $arg1,$arg1
4388 test $arg1,$arg1
4445 test $arg1,$arg1
4508 test $arg1,$arg1
4535 mov `4*15*4`($arg1),%eax
4593 test $arg1,$arg1
4667 test $arg1,$arg1
4672 &GCM_COMPLETE("$arg1", "$arg2");
[all …]
/openssl/crypto/bio/
H A Dbss_null.c19 static long null_ctrl(BIO *h, int cmd, long arg1, void *arg2);
H A Dbf_null.c23 static long nullf_ctrl(BIO *h, int cmd, long arg1, void *arg2);
H A Dbf_nbio.c24 static long nbiof_ctrl(BIO *h, int cmd, long arg1, void *arg2);
H A Dbf_prefix.c20 static long prefix_ctrl(BIO *b, int cmd, long arg1, void *arg2);
H A Dbss_fd.c55 static long fd_ctrl(BIO *h, int cmd, long arg1, void *arg2);
/openssl/doc/man3/
H A DOSSL_trace_enabled.pod38 OSSL_TRACE1(category, format, arg1)
39 OSSL_TRACE2(category, format, arg1, arg2)
41 OSSL_TRACE9(category, format, arg1, ..., arg9)
175 The macro call C<OSSL_TRACEn(category, format, arg1, ..., argn)> produces
180 BIO_printf(trc_out, format, arg1, ..., argN);
/openssl/crypto/txt_db/
H A Dtxt_db.c170 db->arg1 = sk_OPENSSL_PSTRING_find(db->data, k); in TXT_DB_create_index()
246 db->arg1 = i; in TXT_DB_insert()
/openssl/crypto/dh/
H A Ddh_ameth.c397 static int dh_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in dh_pkey_ctrl() argument
408 return ossl_dh_buf2key(dh, arg2, arg1); in dh_pkey_ctrl()
419 static int dhx_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in dhx_pkey_ctrl() argument
/openssl/apps/lib/
H A Dhttp_server.c41 #define log_HTTP2(prog, level, fmt, arg1, arg2) \ argument
42 trace_log_message(OSSL_TRACE_CATEGORY_HTTP, prog, level, fmt, arg1, arg2)
/openssl/crypto/evp/
H A Dbio_md.c23 static long md_ctrl(BIO *h, int cmd, long arg1, void *arg2);

Completed in 80 milliseconds

123