Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 32) sorted by relevance

12

/optee_test/ta/os_test/
A Dtest_float_subj.c109 int test_float_d2iz(double a) in test_float_d2iz()
129 int test_float_f2iz(float a) in test_float_f2iz()
134 unsigned test_float_f2uiz(float a) in test_float_f2uiz()
139 long long test_float_f2lz(float a) in test_float_f2lz()
149 float test_float_d2f(double a) in test_float_d2f()
154 double test_float_f2d(float a) in test_float_f2d()
159 double test_float_i2d(int a) in test_float_i2d()
164 double test_float_ui2d(unsigned a) in test_float_ui2d()
179 float test_float_i2f(int a) in test_float_i2f()
184 float test_float_ui2f(unsigned a) in test_float_ui2f()
[all …]
/optee_test/host/openssl/include/openssl/
A Dasn1_mac.h75 # define M_ASN1_D2I_vars(a,type,func) \ argument
91 # define M_ASN1_D2I_Finish_2(a) \ argument
98 # define M_ASN1_D2I_Finish(a,func,e) \ argument
197 # define M_ASN1_I2D_len_SET_opt(a,f) \ argument
201 # define M_ASN1_I2D_put_SET_opt(a,f) \ argument
205 # define M_ASN1_I2D_put_SEQUENCE_opt(a,f) \ argument
363 # define M_ASN1_New_Error(a) \ argument
388 # define M_ASN1_I2D_len_SET(a,f) \ argument
395 # define M_ASN1_I2D_len_SEQUENCE(a,f) \ argument
411 # define M_ASN1_I2D_len_IMP_SET(a,f,x) \ argument
[all …]
A Dbn.h403 # define BN_is_zero(a) ((a)->top == 0) argument
409 # define BN_zero_ex(a) \ argument
416 # define BN_zero(a) BN_zero_ex(a) argument
461 # define BN_is_negative(a) ((a)->neg != 0) argument
725 # define bn_expand(a,bits) \ argument
782 # define bn_pollute(a) \ argument
802 # define bn_pollute(a) argument
804 # define bn_check_top(a) \ argument
827 # define bn_pollute(a) argument
828 # define bn_check_top(a) argument
[all …]
A Dasn1.h615 # define M_i2d_ASN1_OCTET_STRING(a,pp) \ argument
652 # define M_d2i_ASN1_PRINTABLE(a,pp,l) \ argument
668 # define M_d2i_DISPLAYTEXT(a,pp,l) \ argument
685 # define M_i2d_ASN1_T61STRING(a,pp) \ argument
688 # define M_d2i_ASN1_T61STRING(a,pp,l) \ argument
695 # define M_ASN1_IA5STRING_dup(a) \ argument
697 # define M_i2d_ASN1_IA5STRING(a,pp) \ argument
700 # define M_d2i_ASN1_IA5STRING(a,pp,l) \ argument
745 # define M_i2d_ASN1_BMPSTRING(a,pp) \ argument
748 # define M_d2i_ASN1_BMPSTRING(a,pp,l) \ argument
[all …]
A Dcrypto.h249 # define CRYPTO_w_lock(a) argument
250 # define CRYPTO_w_unlock(a) argument
251 # define CRYPTO_r_lock(a) argument
252 # define CRYPTO_r_unlock(a) argument
253 # define CRYPTO_add(a,b,c) ((*(a))+=(b)) argument
A Devp.h511 # define EVP_get_digestbynid(a) EVP_get_digestbyname(OBJ_nid2sn(a)) argument
512 # define EVP_get_digestbyobj(a) EVP_get_digestbynid(OBJ_obj2nid(a)) argument
513 # define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a)) argument
552 # define EVP_SignInit_ex(a,b,c) EVP_DigestInit_ex(a,b,c) argument
553 # define EVP_SignInit(a,b) EVP_DigestInit(a,b) argument
554 # define EVP_SignUpdate(a,b,c) EVP_DigestUpdate(a,b,c) argument
555 # define EVP_VerifyInit_ex(a,b,c) EVP_DigestInit_ex(a,b,c) argument
556 # define EVP_VerifyInit(a,b) EVP_DigestInit(a,b) argument
557 # define EVP_VerifyUpdate(a,b,c) EVP_DigestUpdate(a,b,c) argument
560 # define EVP_DigestSignUpdate(a,b,c) EVP_DigestUpdate(a,b,c) argument
[all …]
A Dpkcs7.h212 # define PKCS7_type_is_signed(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_signed) argument
213 # define PKCS7_type_is_encrypted(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_encrypted) argument
214 # define PKCS7_type_is_enveloped(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_enveloped) argument
215 # define PKCS7_type_is_signedAndEnveloped(a) \ argument
217 # define PKCS7_type_is_data(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_data) argument
218 # define PKCS7_type_is_digest(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_digest) argument
A Dbio.h259 # define BIO_should_read(a) BIO_test_flags(a, BIO_FLAGS_READ) argument
260 # define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE) argument
261 # define BIO_should_io_special(a) BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL) argument
262 # define BIO_retry_type(a) BIO_test_flags(a, BIO_FLAGS_RWS) argument
263 # define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) argument
294 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) argument
295 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) argument
296 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN) argument
A Docsp.h381 # define OCSP_REQUEST_verify(a,r) ASN1_item_verify(ASN1_ITEM_rptr(OCSP_REQINFO),\ argument
385 # define OCSP_BASICRESP_verify(a,r,d) ASN1_item_verify(ASN1_ITEM_rptr(OCSP_RESPDATA),\ argument
A Dssl.h860 BIGNUM *a, *b, *v; member
1747 # define SSL_get_state(a) SSL_state(a) argument
1748 # define SSL_is_init_finished(a) (SSL_state(a) == SSL_ST_OK) argument
1749 # define SSL_in_init(a) (SSL_state(a)&SSL_ST_INIT) argument
1750 # define SSL_in_before(a) (SSL_state(a)&SSL_ST_BEFORE) argument
1751 # define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT) argument
1752 # define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT) argument
1800 # define SSL_get_time(a) SSL_SESSION_get_time(a) argument
1801 # define SSL_set_time(a,b) SSL_SESSION_set_time((a),(b)) argument
1802 # define SSL_get_timeout(a) SSL_SESSION_get_timeout(a) argument
[all …]
/optee_test/ta/os_test/include/
A Dtb_asserts.h68 #define TB_ASSERT_STR_EQ(a, b) \ argument
79 #define TB_ASSERT_HEX_PRINT_VALUE(a, v) \ argument
124 #define TB_ASSERT_BIGINT_EQ(a, b) \ argument
135 #define TB_ASSERT_BIGINT_NEQ(a, b) \ argument
146 #define TB_ASSERT_BIGINT_LESS(a, b) \ argument
157 #define TB_ASSERT_INT_EQ(a, b) \ argument
/optee_test/host/xtest/gp/include/
A Dxml_common_api.h18 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
41 #define ALLOCATE_AND_FILL_SHARED_MEMORY_6(a,b,c,d,e,f) \ argument
99 #define TEEC_TearDown_TEE(a) /*do nothing for now*/ argument
100 #define TEEC_SelectApp(a, b) /*do nothing for now*/ argument
101 #define TEEC_createThread(a, b) /*do nothing for now*/ argument
125 uint32_t cmd, uint32_t a, uint32_t b) in Invoke_Simple_Function_v1()
A Dxml_client_api.h177 uint32_t a, in TEEC_prepare_OperationEachParameter_value()
A Dxml_datastorage_api.h1569 uint32_t attr_id, uint32_t a, in Invoke_InitValueAttribute()
1861 static bool check_values(uint64_t a, uint64_t b, const uint8_t buf[], in check_values()
1884 #define Check_ObjectValueAttribute(c, a, a_size, b, b_size) \ argument
/optee_test/host/xtest/adbg/src/
A Dsecurity_utils_hex.c17 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
20 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
/optee_test/ta/os_test_lib_dl/
A Dos_test_lib_dl.c19 int os_test_shlib_dl_add(int a, int b) in os_test_shlib_dl_add()
/optee_test/ta/os_test_lib/
A Dos_test_lib.c24 int os_test_shlib_add(int a, int b) in os_test_shlib_add()
/optee_test/host/supp_plugin/
A Dtest_supp_plugin.c20 uint32_t a; in pass_values() member
/optee_test/host/xtest/
A Dxtest_helpers.c123 uint32_t a; member
130 struct tee_attr_packed *a = NULL; in pack_attrs() local
A Dregression_5000.c420 #define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
A Dregression_1000.c41 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
306 struct test_1003_arg *a = arg; in test_1003_thread() local
1047 struct test_1013_thread_arg *a = arg; in test_1013_thread() local
A Dregression_2000.c417 struct test_2002_arg *a = arg; in xtest_tee_test_2002_thread() local
/optee_test/ta/supp_plugin/
A Dta_entry.c50 uint32_t a; in pass_values() member
/optee_test/ta/crypt/
A Dcryp_taf.c311 uint32_t a; member
319 TEE_Attribute *a = NULL; in unpack_attrs() local
A Dsha2_impl.c79 #define SHA256_EXP(a, b, c, d, e, f, g, h, j) \ argument

Completed in 80 milliseconds

12