Home
last modified time | relevance | path

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

12

/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.h291 # define OSSL_TRACE1(category, format, arg1) \ argument
292 OSSL_TRACEV(category, (trc_out, format, arg1))
293 # define OSSL_TRACE2(category, format, arg1, arg2) \ argument
294 OSSL_TRACEV(category, (trc_out, format, arg1, arg2))
295 # define OSSL_TRACE3(category, format, arg1, arg2, arg3) \ argument
296 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3))
297 # define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \ argument
298 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4))
299 # define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \ argument
300 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5))
[all …]
H A Dtxt_db.h45 long arg1; member
H A Dlhash.h.in66 int name##_LHASH_COMP(const void *arg1, const void *arg2) { \
67 const o_type *a = arg1; \
76 void name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
77 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()
/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
98 mov ($arg1),%eax
100 mov %eax,($arg1)
101 lea 4($arg1),$arg1
111 mov $arg1,$ctx
/openssl/crypto/x509/
H A Dx509_trust.c125 const char *name, int arg1, void *arg2) in X509_TRUST_add() argument
162 trtmp->arg1 = arg1; in X509_TRUST_add()
227 return obj_trust(trust->arg1, x, flags); in trust_1oidany()
238 return obj_trust(trust->arg1, x, flags); in trust_1oid()
/openssl/crypto/cmp/
H A Dcmp_local.h762 # define ossl_cmp_log1(level, ctx, fmt, arg1) \ argument
764 OPENSSL_LINE, #level, fmt, arg1)
765 # define ossl_cmp_log2(level, ctx, fmt, arg1, arg2) \ argument
767 OPENSSL_LINE, #level, fmt, arg1, arg2)
768 # define ossl_cmp_log3(level, ctx, fmt, arg1, arg2, arg3) \ argument
770 OPENSSL_LINE, #level, fmt, arg1, arg2, arg3)
771 # define ossl_cmp_log4(level, ctx, fmt, arg1, arg2, arg3, arg4) \ argument
773 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
2226 lea ($arg6), $arg1
2492 lea 0x20(%rbp), $arg1
2523 lea 0x20(%rbp), $arg1
2624 lea ($arg6), $arg1
2897 lea 0x20(%rbp), $arg1
2926 lea 0x20(%rbp), $arg1
[all …]
/openssl/doc/man3/
H A DOSSL_trace_enabled.pod36 OSSL_TRACE1(category, format, arg1)
37 OSSL_TRACE2(category, format, arg1, arg2)
39 OSSL_TRACE9(category, format, arg1, ..., arg9)
162 The macro call C<OSSL_TRACEn(category, format, arg1, ..., argn)> produces
167 BIO_printf(trc_out, format, arg1, ..., argN)
/openssl/crypto/modes/asm/
H A Daes-gcm-avx512.pl156 $arg1 = "%rcx";
168 $arg1 = "%rdi";
4321 test $arg1,$arg1
4385 test $arg1,$arg1
4442 test $arg1,$arg1
4505 test $arg1,$arg1
4532 mov `4*15*4`($arg1),%eax
4590 test $arg1,$arg1
4664 test $arg1,$arg1
4669 &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 Dbss_fd.c55 static long fd_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 Dbf_readbuff.c28 static long readbuffer_ctrl(BIO *h, int cmd, long arg1, void *arg2);
H A Dbss_sock.c42 static long sock_ctrl(BIO *h, int cmd, long arg1, void *arg2);
/openssl/crypto/txt_db/
H A Dtxt_db.c173 db->arg1 = sk_OPENSSL_PSTRING_find(db->data, k); in TXT_DB_create_index()
249 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/crypto/evp/
H A Dbio_md.c23 static long md_ctrl(BIO *h, int cmd, long arg1, void *arg2);
/openssl/include/crypto/
H A Dasn1.h53 int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2);
/openssl/crypto/ec/
H A Dec_ameth.c396 static int ec_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ec_pkey_ctrl() argument
412 return EC_KEY_oct2key(evp_pkey_get0_EC_KEY_int(pkey), arg2, arg1, NULL); in ec_pkey_ctrl()

Completed in 66 milliseconds

12