Home
last modified time | relevance | path

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

/openssl-master/include/openssl/
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-master/crypto/aes/asm/
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
2224 mov $arg4, $key
[all …]
/openssl-master/crypto/cmp/
A Dcmp_local.h769 # define ossl_cmp_log4(level, ctx, fmt, arg1, arg2, arg3, arg4) \ argument
771 OPENSSL_LINE, #level, fmt, arg1, arg2, arg3, arg4)
/openssl-master/crypto/
A Dx86_64cpuid.pl26 ($arg1,$arg2,$arg3,$arg4)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order
/openssl-master/doc/internal/man3/
A Dossl_cmp_print_log.pod37 #define ossl_cmp_log4(level, ctx, fmt, arg1, arg2, arg3, arg4)
/openssl-master/engines/asm/
A De_padlock-x86_64.pl49 ($arg1,$arg2,$arg3,$arg4)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order

Completed in 14 milliseconds