Home
last modified time | relevance | path

Searched refs:arg4 (Results 1 – 9 of 9) sorted by relevance

/openssl/include/openssl/
H A Dtrace.h295 # 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))
301 # define OSSL_TRACE7(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \ argument
302 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7))
303 # define OSSL_TRACE8(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \ argument
304 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8))
[all …]
/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl1166 my ($arg1,$arg2,$arg3,$arg4,$arg5,$arg6)=$win64 ? ("%rcx","%rdx","%r8","%r9","%r10","%r11d")
1211 mov 240($arg4),%eax # rounds
1215 mov $arg4,$key
1430 mov 240($arg4),%eax # rounds
1434 mov $arg4,$key
1665 mov 240($arg4), %eax # rounds
1669 mov $arg4, $key
1962 mov 240($arg4), %eax # rounds
1966 mov $arg4, $key
2225 mov $arg4, $key
[all …]
/openssl/crypto/modes/asm/
H A Daes-gcm-avx512.pl156 my ($arg1, $arg2, $arg3, $arg4, $arg5, $arg6, $arg7, $arg8, $arg9, $arg10, $arg11);
171 $arg4 = "%r9";
183 $arg4 = "%rcx";
4400 test $arg4,$arg4
4411 "$arg1", "$arg2", "$arg3", "$arg4", "%r10", "%r11", "%r12", "%k1", "%xmm2", "%zmm1",
4416 $arg4);
4520 test $arg4,$arg4
4551 &GCM_ENC_DEC("$arg1", "$arg2", "$arg3", "$arg4", "$arg5", "$arg6", "ENC");
4605 test $arg4,$arg4
4636 &GCM_ENC_DEC("$arg1", "$arg2", "$arg3", "$arg4", "$arg5", "$arg6", "DEC");
/openssl/crypto/cmp/
H A Dcmp_local.h852 # define ossl_cmp_log4(level, ctx, fmt, arg1, arg2, arg3, arg4) \ argument
854 OPENSSL_LINE, #level, fmt, arg1, arg2, arg3, arg4)
/openssl/crypto/
H A Dx86_64cpuid.pl26 ($arg1,$arg2,$arg3,$arg4)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order
/openssl/doc/internal/man3/
H A Dossl_cmp_print_log.pod37 #define ossl_cmp_log4(level, ctx, fmt, arg1, arg2, arg3, arg4)
/openssl/engines/asm/
H A De_padlock-x86_64.pl49 ($arg1,$arg2,$arg3,$arg4)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order
/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_verification.csv1 …ed_errors, -extracertsout,val,val2, -srvcertout,val, -opt1,arg1, -opt2,arg2, -opt3,arg3, -opt4,arg4
H A Dtest_enrollment.csv1 … -oldcert,val, -csr,val, -revreason,val, -opt1,arg1, -opt2,arg2, -opt3,arg3, -opt4,arg4, -opt5,arg5

Completed in 57 milliseconds