Home
last modified time | relevance | path

Searched refs:arg2 (Results 1 – 25 of 52) sorted by relevance

123

/openssl/crypto/
H A Dx86_64cpuid.pl247 cmp \$15,$arg2
249 cmp \$0,$arg2
253 sub \$1,$arg2
263 lea -1($arg2),$arg2
268 lea -8($arg2),$arg2
272 cmp \$0,$arg2
304 lea 1($arg2),$arg2
480 cmp \$0,$arg2
493 cmp \$8,$arg2
498 sub \$8,$arg2
[all …]
/openssl/include/openssl/
H A Dtrace.h291 # 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))
299 # define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
300 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6))
[all …]
H A Dtxt_db.h46 long arg2; member
H A Dlhash.h.in70 int name##_LHASH_COMP(const void *arg1, const void *arg2) { \
72 const o_type *b = arg2; \
80 void name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
82 a_type *b = arg2; \
/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
338 ex_func = arg2; in asn1_bio_ctrl()
344 ex_func = arg2; in asn1_bio_ctrl()
350 ex_func = arg2; in asn1_bio_ctrl()
356 ex_func = arg2; in asn1_bio_ctrl()
362 ctx->ex_arg = arg2; in asn1_bio_ctrl()
366 *(void **)arg2 = ctx->ex_arg; in asn1_bio_ctrl()
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/x509/
H A Dx509_trust.c127 const char *name, int arg1, void *arg2) in X509_TRUST_add() argument
161 trtmp->arg2 = arg2; in X509_TRUST_add()
/openssl/crypto/cmp/
H A Dcmp_local.h846 # 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/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
402 *(int *)arg2 = NID_sm3; in ec_pkey_ctrl()
405 *(int *)arg2 = NID_sha256; in ec_pkey_ctrl()
412 return EC_KEY_oct2key(evp_pkey_get0_EC_KEY_int(pkey), arg2, arg1, NULL); in ec_pkey_ctrl()
416 POINT_CONVERSION_UNCOMPRESSED, arg2, NULL); in ec_pkey_ctrl()
H A Decx_meth.c215 static int ecx_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ecx_ctrl() argument
220 ECX_KEY *ecx = ossl_ecx_key_op(NULL, arg2, arg1, pkey->ameth->pkey_id, in ecx_ctrl()
231 unsigned char **ppt = arg2; in ecx_ctrl()
245 static int ecd_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ecd_ctrl() argument
250 *(int *)arg2 = NID_undef; in ecd_ctrl()
/openssl/test/
H A Dquic_multistream_test.c127 uint64_t arg2; member
210 #define OP_CHECK(func, arg2) \ argument
211 {OPK_CHECK, NULL, 0, (func), NULL, (arg2)},
332 #define OP_CHECK2(func, arg1, arg2) \ argument
370 uint64_t stream_id = hl->check_op->arg2; in check_rejected()
395 uint64_t stream_id = hl->check_op->arg2; in check_stream_stopped()
1518 if (op->arg2 != UINT64_MAX in run_script_worker()
1543 if (op->arg2 != UINT64_MAX in run_script_worker()
1926 OSSL_sleep(op->arg2); in run_script_worker()
1970 h->inject_word1 = op->arg2; in run_script_worker()
[all …]
/openssl/doc/internal/man3/
H A Dossl_cmp_print_log.pod35 #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/aes/asm/
H A Dbsaes-x86_64.pl1213 mov $arg2,$out
1336 lea ($out), $arg2
1432 mov $arg2,$out
1556 lea ($out), $arg2
1667 mov $arg2, $out
1964 mov $arg2, $out
2108 lea 0x30(%rbp), $arg2
2223 mov $arg2, $out
2228 lea 0x20(%rbp), $arg2
2494 lea 0x20(%rbp), $arg2
[all …]
/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()
413 return ossl_dh_key2buf(dh, arg2, 0, 1); 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/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);
H A Dbf_readbuff.c28 static long readbuffer_ctrl(BIO *h, int cmd, long arg1, void *arg2);
/openssl/crypto/modes/asm/
H A Daes-gcm-avx512.pl169 $arg2 = "%rdx";
181 $arg2 = "%rsi";
4328 test $arg2,$arg2
4392 test $arg2,$arg2
4449 test $arg2,$arg2
4512 test $arg2,$arg2
4551 &GCM_ENC_DEC("$arg1", "$arg2", "$arg3", "$arg4", "$arg5", "$arg6", "ENC");
4597 test $arg2,$arg2
4672 &GCM_COMPLETE("$arg1", "$arg2");
4703 test $arg2,$arg2
[all …]
/openssl/apps/lib/
H A Dhttp_server.c39 #define log_HTTP2(prog, level, fmt, arg1, arg2) \ argument
40 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);
/openssl/include/crypto/
H A Dasn1.h53 int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2);
/openssl/crypto/dsa/
H A Ddsa_ameth.c412 static int dsa_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in dsa_pkey_ctrl() argument
416 *(int *)arg2 = NID_sha256; in dsa_pkey_ctrl()
/openssl/crypto/rsa/
H A Drsa_ameth.c420 static int rsa_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in rsa_pkey_ctrl() argument
434 *(int *)arg2 = EVP_MD_get_type(md); in rsa_pkey_ctrl()
438 *(int *)arg2 = NID_sha256; in rsa_pkey_ctrl()

Completed in 89 milliseconds

123