/optee_test/host/openssl/include/openssl/ |
A D | pem.h | 158 char *name; member 330 # define DECLARE_PEM_read_fp(name, type) \ argument 333 # define DECLARE_PEM_write_fp(name, type) \ argument 346 # define DECLARE_PEM_read_bio(name, type) \ argument 349 # define DECLARE_PEM_write_bio(name, type) \ argument 366 # define DECLARE_PEM_write(name, type) \ argument 372 # define DECLARE_PEM_write_cb(name, type) \ argument 375 # define DECLARE_PEM_read(name, type) \ argument 378 # define DECLARE_PEM_rw(name, type) \ argument 381 # define DECLARE_PEM_rw_const(name, type) \ argument [all …]
|
A D | lhash.h | 102 # define DECLARE_LHASH_HASH_FN(name, o_type) \ argument 104 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ argument 108 # define LHASH_HASH_FN(name) name##_LHASH_HASH argument 111 # define DECLARE_LHASH_COMP_FN(name, o_type) \ argument 113 # define IMPLEMENT_LHASH_COMP_FN(name, o_type) \ argument 118 # define LHASH_COMP_FN(name) name##_LHASH_COMP argument 121 # define DECLARE_LHASH_DOALL_FN(name, o_type) \ argument 123 # define IMPLEMENT_LHASH_DOALL_FN(name, o_type) \ argument 127 # define LHASH_DOALL_FN(name) name##_LHASH_DOALL argument 137 # define LHASH_DOALL_ARG_FN(name) name##_LHASH_DOALL_ARG argument [all …]
|
A D | e_os2.h | 294 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ argument 297 # define OPENSSL_DECLARE_GLOBAL(type,name) type *_shadow_##name(void) argument 298 # define OPENSSL_GLOBAL_REF(name) (*(_shadow_##name())) argument
|
A D | conf.h | 76 char *name; member 88 const char *name; member
|
A D | x509_vfy.h | 141 const char *name; member 168 char *name; member 309 # define X509_LOOKUP_load_file(x,name,type) \ argument 312 # define X509_LOOKUP_add_dir(x,name,type) \ argument
|
A D | bio.h | 314 const char *name; member 475 # define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0,(char *)name) argument 487 # define BIO_set_accept_port(b,name) BIO_ctrl(b,BIO_C_SET_ACCEPT,0,(char *)name) argument 542 # define BIO_read_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \ argument 545 # define BIO_write_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \ argument 547 # define BIO_append_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \ argument 549 # define BIO_rw_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \ argument
|
A D | comp.h | 19 const char *name; /* A text string to identify the library */ member
|
A D | asn1.h | 308 # define DECLARE_ASN1_FUNCTIONS_name(type, name) \ argument 312 # define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \ argument 316 # define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument 321 # define DECLARE_ASN1_ENCODE_FUNCTIONS_const(type, name) \ argument 326 # define DECLARE_ASN1_NDEF_FUNCTION(name) \ argument 329 # define DECLARE_ASN1_FUNCTIONS_const(name) \ argument 333 # define DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \ argument 414 # define DECLARE_ASN1_ITEM(name) \ argument 435 # define DECLARE_ASN1_ITEM(name) \ argument
|
A D | asn1t.h | 290 # define ASN1_EX_TEMPLATE_TYPE(flags, tag, name, type) { \ argument 393 # define ASN1_ADB(name) \ argument 398 # define ASN1_ADB_END(name, flags, field, app_table, def, none) \ argument 434 # define ASN1_ADB_TEMPLATE(name) \ argument 907 # define IMPLEMENT_ASN1_FUNCTIONS_const(name) \ argument
|
A D | dso.h | 141 const char *name; member
|
A D | dsa.h | 130 const char *name; member
|
A D | dh.h | 118 const char *name; member
|
A D | x509.h | 276 char *name; member 310 char *name; member
|
A D | x509v3.h | 231 } name; member 463 char *name; member
|
A D | rsa.h | 86 const char *name; member
|
/optee_test/ta/os_test/include/ |
A D | tb_macros.h | 45 #define DEF_BIGINT(name, size) \ argument 55 #define DEL_BIGINT(name) TEE_Free(name) argument
|
/optee_test/ta/sha_perf/ |
A D | ta_sha_perf.c | 15 #define CHECK(res, name, action) do { \ argument
|
/optee_test/host/xtest/ |
A D | xtest_uuid_helpers.c | 87 const void *name, size_t size) in xtest_uuid_v5()
|
A D | regression_8000.c | 453 #define TEST_CONCAT_KDF_DATA(name, algo, id, oeb /* omit empty bufs */) \ in xtest_test_derivation_concat_kdf() argument
|
A D | regression_4000.c | 4127 const char *name; member 4332 const char *name; member 4635 const char *name; in xtest_tee_test_4007_ecc() member
|
/optee_test/ta/crypt/ |
A D | mbedtls_taf.c | 208 char name[256] = { 0 }; in ta_entry_mbedtls_sign_cert() local
|
/optee_test/ta/aes_perf/ |
A D | ta_aes_perf.c | 16 #define CHECK(res, name, action) do { \ argument
|
/optee_test/host/xtest/include/uapi/linux/ |
A D | ion.h | 105 char name[MAX_HEAP_NAME]; member
|
/optee_test/host/xtest/gp/include/ |
A D | xml_common_api.h | 89 #define XML_InitializeContext(c, name, context, expected) \ argument
|
A D | xml_internal_api.h | 262 TEE_PropSetHandle propSet, char *name, uint32_t kindBuffer, in Invoke_GetPropertyAsXXX_withoutEnum()
|