| /src/crypto/openssl/util/ |
| H A D | libssl.num | 1 SSL_get_selected_srtp_profile 1 3_0_0 EXIST::FUNCTION:SRTP 2 SSL_set_read_ahead 2 3_0_0 EXIST::FUNCTION: 3 SSL_set_accept_state 3 3_0_0 EXIST::FUNCTION: 4 SSL_CTX_set_cipher_list 4 3_0_0 EXIST::FUNCTION: 5 SSL_CTX_set_srp_client_pwd_callback 5 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP 6 SSL_copy_session_id 6 3_0_0 EXIST::FUNCTION: 7 SSL_CTX_set_srp_password 7 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP 8 SSL_shutdown 8 3_0_0 EXIST::FUNCTION: 9 SSL_CTX_set_msg_callback 9 3_0_0 EXIST::FUNCTION: 10 SSL_SESSION_get0_ticket 11 3_0_0 EXIST::FUNCTION: [all …]
|
| H A D | libcrypto.num | 1 d2i_EC_PUBKEY 1 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC 2 b2i_PVK_bio 2 3_0_0 EXIST::FUNCTION: 3 PEM_read_bio_NETSCAPE_CERT_SEQUENCE 3 3_0_0 EXIST::FUNCTION: 4 X509_STORE_CTX_get0_chain 4 3_0_0 EXIST::FUNCTION: 5 COMP_expand_block 5 3_0_0 EXIST::FUNCTION:COMP 6 X509V3_get_string 6 3_0_0 EXIST::FUNCTION: 7 TS_MSG_IMPRINT_free 7 3_0_0 EXIST::FUNCTION:TS 8 DES_xcbc_encrypt 8 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES 9 TS_RESP_CTX_new 9 3_0_0 EXIST::FUNCTION:TS 10 PKCS5_PBE_add 10 3_0_0 EXIST::FUNCTION: [all …]
|
| H A D | engines.num | 1 bind_engine 1 * EXIST::FUNCTION: 2 v_check 2 * EXIST::FUNCTION:
|
| H A D | providers.num | 1 OSSL_provider_init 1 * EXIST::FUNCTION:
|
| /src/crypto/openssl/apps/ |
| H A D | openssl.c | 40 static LHASH_OF(FUNCTION) *prog_init(void); 41 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]); 48 static void warn_deprecated(const FUNCTION *fp) in warn_deprecated() 240 FUNCTION f, *fp; in main() 241 LHASH_OF(FUNCTION) *prog = NULL; in main() 346 FUNCTION *fp; in help_main() 409 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]) in do_cmd() 411 FUNCTION f, *fp; in do_cmd() 453 static int function_cmp(const FUNCTION *a, const FUNCTION *b) in function_cmp() 458 static unsigned long function_hash(const FUNCTION *a) in function_hash() [all …]
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/ |
| H A D | tst.macroglob.ksh.out | 1 FUNCTION NAME 7 FUNCTION NAME 12 FUNCTION NAME 17 FUNCTION NAME 20 FUNCTION NAME
|
| /src/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Windows_NT-586_asm.asm | 44 ; FUNCTION ___kmp_x86_pause 63 ; FUNCTION ___kmp_x86_cpuid 111 ; FUNCTION ___kmp_test_then_add32 131 ; FUNCTION ___kmp_compare_and_store8 156 ; FUNCTION ___kmp_compare_and_store16 181 ; FUNCTION ___kmp_compare_and_store32 206 ; FUNCTION ___kmp_compare_and_store64 243 ; FUNCTION ___kmp_xchg_fixed8 264 ; FUNCTION ___kmp_xchg_fixed16 285 ; FUNCTION ___kmp_xchg_fixed32 [all …]
|
| /src/crypto/openssl/apps/include/ |
| H A D | function.h | 35 } FUNCTION; typedef 37 DEFINE_LHASH_OF_EX(FUNCTION); 47 void calculate_columns(FUNCTION *functions, DISPLAY_COLUMNS *dc);
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 14 // DAG_FUNCTION defers to DAG_INSTRUCTION if its defined, otherwise FUNCTION. 19 #define DAG_FUNCTION(N,A,R,I,D) FUNCTION(N,A,R,I) 33 #ifndef FUNCTION 34 #define FUNCTION(N,A,R,I) INSTRUCTION(N,A,R,I) 109 FUNCTION(fmuladd, 3, 1, experimental_constrained_fmuladd) 112 #undef FUNCTION
|
| /src/crypto/openssl/apps/lib/ |
| H A D | columns.c | 14 void calculate_columns(FUNCTION *functions, DISPLAY_COLUMNS *dc) in calculate_columns() 16 FUNCTION *f; in calculate_columns()
|
| /src/crypto/openssl/doc/HOWTO/ |
| H A D | documenting-functions-and-macros.md | 23 So, create a new `.pod` file named `doc/man3/FUNCTION.pod`. 142 @@ -5437,3 +5437,4 @@ BN_signed_bn2native ? 3_1_0 EXIST::FUNCTION: 143 ASYNC_set_mem_functions ? 3_1_0 EXIST::FUNCTION: 144 ASYNC_get_mem_functions ? 3_1_0 EXIST::FUNCTION: 145 BIO_ADDR_dup ? 3_1_0 EXIST::FUNCTION:SOCK 146 +BIO_set_dgram_foo ? 3_1_0 EXIST::FUNCTION:
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | FPEnv.cpp | 104 #define FUNCTION(NAME, NARG, ROUND_MODE, INTRINSIC) in getConstrainedIntrinsicID() macro 112 #define FUNCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \ in getConstrainedIntrinsicID() macro
|
| /src/contrib/libevent/cmake/ |
| H A D | CheckPrototypeDefinition.cmake | 2 # check_prototype_definition(FUNCTION PROTOTYPE RETURN HEADER VARIABLE) 4 # FUNCTION - The name of the function (used to check if prototype exists)
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaBoundsSafety.cpp | 46 FUNCTION, enumerator 112 InvalidTypeKind = CountedByInvalidPointeeTypeKind::FUNCTION; in CheckCountedByAttrOnField()
|
| /src/contrib/ntp/sntp/libevent/cmake/ |
| H A D | CheckPrototypeDefinition.cmake | 2 # check_prototype_definition(FUNCTION PROTOTYPE RETURN HEADER VARIABLE) 4 # FUNCTION - The name of the function (used to check if prototype exists)
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
| H A D | tst.entryreturn.ksh.out | 1 FUNCTION
|
| H A D | tst.dlclose1.ksh.out | 2 ID PROVIDER MODULE FUNCTION NAME
|
| /src/sys/dev/sdio/ |
| H A D | sdiob.h | 82 SDIOB_ACCESSOR(function, FUNCTION, struct sdio_func *)
|
| /src/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | Wasm.cpp | 49 ECase(FUNCTION); in sectionTypeToString()
|
| /src/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ia32/ |
| H A D | asm_linkage.h | 150 #define FUNCTION(x) \ macro
|
| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | WasmDumper.cpp | 26 ENUM_ENTRY(FUNCTION), ENUM_ENTRY(DATA), ENUM_ENTRY(GLOBAL), 35 ENUM_ENTRY(FUNCTION), ENUM_ENTRY(TABLE), ENUM_ENTRY(MEMORY),
|
| /src/sys/contrib/openzfs/include/os/linux/spl/sys/ia32/ |
| H A D | asm_linkage.h | 172 #define FUNCTION(x) \ macro
|
| /src/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ia32/ |
| H A D | asm_linkage.h | 172 #define FUNCTION(x) \ macro
|
| /src/contrib/lua/src/ |
| H A D | luac.c | 124 #define FUNCTION "(function()end)();\n" macro 131 *size=sizeof(FUNCTION)-1; in reader() 132 return FUNCTION; in reader()
|
| /src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 287 ECase(FUNCTION); in enumeration() 489 ECase(FUNCTION); in enumeration() 589 ECase(FUNCTION); in enumeration() 617 ECase(FUNCTION); in enumeration()
|