/optee_test/host/openssl/include/openssl/ |
A D | bio.h | 245 # define BIO_set_retry_special(b) \ argument 247 # define BIO_set_retry_read(b) \ argument 249 # define BIO_set_retry_write(b) \ argument 253 # define BIO_clear_retry_flags(b) \ argument 255 # define BIO_get_retry_flags(b) \ argument 563 # define BIO_get_num_renegotiates(b) \ argument 574 # define BIO_set_mem_eof_return(b,v) \ argument 622 # define BIO_dgram_recv_timedout(b) \ argument 624 # define BIO_dgram_send_timedout(b) \ argument 626 # define BIO_dgram_get_peer(b,peer) \ argument [all …]
|
A D | asn1_mac.h | 129 # define M_ASN1_D2I_get(b, func) \ argument 136 # define M_ASN1_D2I_get_x(type,b,func) \ argument 143 # define M_ASN1_D2I_get_int(b,func) \ argument 149 # define M_ASN1_D2I_get_opt(b,func,type) \ argument 156 # define M_ASN1_D2I_get_int_opt(b,func,type) \ argument 163 # define M_ASN1_D2I_get_imp(b,func, type) \ argument 171 # define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \ argument 213 # define M_ASN1_D2I_get_IMP_set_opt(b,func,free_func,tag) \ argument 257 # define M_ASN1_D2I_get_imp_set(r,func,free_func,a,b) \ argument 271 # define M_ASN1_D2I_get_set_strings(r,func,a,b) \ argument [all …]
|
A D | ui_compat.h | 75 # define des_read_pw_string(b,l,p,v) \ argument 77 # define des_read_pw(b,bf,s,p,v) \ argument
|
A D | evp.h | 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 558 # define EVP_OpenUpdate(a,b,c,d,e) EVP_DecryptUpdate(a,b,c,d,e) argument 559 # define EVP_SealUpdate(a,b,c,d,e) EVP_EncryptUpdate(a,b,c,d,e) argument 560 # define EVP_DigestSignUpdate(a,b,c) EVP_DigestUpdate(a,b,c) argument 561 # define EVP_DigestVerifyUpdate(a,b,c) EVP_DigestUpdate(a,b,c) argument [all …]
|
A D | bn.h | 286 # define BN_set_flags(b,n) ((b)->flags|=(n)) argument 287 # define BN_get_flags(b,n) ((b)->flags&(n)) argument 293 # define BN_with_flags(dest,b,n) ((dest)->d=(b)->d, \ argument 385 # define BN_prime_checks_for_size(b) ((b) >= 1300 ? 2 : \ argument 649 # define BN_GF2m_sub(r, a, b) BN_GF2m_add(r, a, b) argument 673 # define BN_GF2m_cmp(a, b) BN_ucmp((a), (b)) argument
|
A D | des_old.h | 174 # define des_enc_read(f,b,l,k,iv)\ argument 176 # define des_enc_write(f,b,l,k,iv)\ argument 178 # define des_fcrypt(b,s,r)\ argument 278 # define des_enc_read(f,b,l,k,iv)\ argument 280 # define des_enc_write(f,b,l,k,iv)\ argument 282 # define des_fcrypt(b,s,r)\ argument 284 # define des_crypt(b,s)\ argument
|
A D | asn1.h | 586 # define M_ASN1_BIT_STRING_cmp(a,b) ASN1_STRING_cmp(\ argument 588 # define M_ASN1_BIT_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c) argument 595 # define M_ASN1_INTEGER_cmp(a,b) ASN1_STRING_cmp(\ argument 603 # define M_ASN1_ENUMERATED_cmp(a,b) ASN1_STRING_cmp(\ argument 611 # define M_ASN1_OCTET_STRING_cmp(a,b) ASN1_STRING_cmp(\ argument 613 # define M_ASN1_OCTET_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c) argument 614 # define M_ASN1_OCTET_STRING_print(a,b) ASN1_STRING_print(a,(ASN1_STRING *)b) argument
|
A D | lhash.h | 140 LHASH_NODE **b; member
|
/optee_test/ta/os_test/ |
A D | test_float_subj.c | 9 double test_float_dadd(double a, double b) in test_float_dadd() 19 double test_float_dmul(double a, double b) in test_float_dmul() 29 double test_float_dsub(double a, double b) in test_float_dsub() 34 int test_float_dcmpeq(double a, double b) in test_float_dcmpeq() 39 int test_float_dcmplt(double a, double b) in test_float_dcmplt() 44 int test_float_dcmple(double a, double b) in test_float_dcmple() 59 float test_float_fadd(float a, float b) in test_float_fadd() 69 float test_float_fmul(float a, float b) in test_float_fmul() 79 float test_float_fsub(float a, float b) in test_float_fsub() 84 int test_float_fcmpeq(float a, float b) in test_float_fcmpeq() [all …]
|
/optee_test/ta/os_test/include/ |
A D | tb_asserts.h | 68 #define TB_ASSERT_STR_EQ(a, b) \ 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/adbg/src/ |
A D | security_utils_hex.c | 17 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument 20 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
|
/optee_test/host/xtest/gp/include/ |
A D | xml_common_api.h | 18 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument 41 #define ALLOCATE_AND_FILL_SHARED_MEMORY_6(a,b,c,d,e,f) \ 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 D | xml_crypto_api.h | 55 #define BIT_CHANGE(a, b) ((a) ^= BIT((b))) argument 57 #define CRYPTO_INIT(b) \ argument 61 #define CRYPTO_MALLOC(b, size) \ argument 65 #define CRYPTO_FREE(b) { \ argument 1121 static uint32_t get_be32(const uint8_t *b) in get_be32() 1157 uint8_t *b = shm.buffer; in Invoke_Crypto_GetOperationInfoMultiple() local
|
A D | xml_client_api.h | 178 uint32_t b) in TEEC_prepare_OperationEachParameter_value()
|
/optee_test/ta/os_test_lib_dl/ |
A D | os_test_lib_dl.c | 19 int os_test_shlib_dl_add(int a, int b) in os_test_shlib_dl_add()
|
/optee_test/ta/os_test_lib/ |
A D | os_test_lib.c | 24 int os_test_shlib_add(int a, int b) in os_test_shlib_add()
|
/optee_test/host/xtest/ |
A D | regression_8100.c | 129 char b[256] = { }; in osslerr() local 146 size_t b = 0; in get_cert() local
|
A D | rand_stream.c | 48 uint8_t *b = buf; in get_random() local
|
A D | xtest_helpers.c | 124 uint32_t b; member 131 uint8_t *b = NULL; in pack_attrs() local
|
A D | sock_server.c | 161 char b = 0; in sock_server() local
|
A D | regression_5000.c | 420 #define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
|
/optee_test/host/supp_plugin/ |
A D | test_supp_plugin.c | 21 uint32_t b; in pass_values() member
|
/optee_test/ta/crypt/ |
A D | mbedtls_taf.c | 125 void *b = NULL; in write_cert() local
|
A D | sha2_impl.c | 79 #define SHA256_EXP(a, b, c, d, e, f, g, h, j) \ argument
|
/optee_test/ta/supp_plugin/ |
A D | ta_entry.c | 51 uint32_t b; in pass_values() member
|