/optee_test/host/openssl/include/openssl/ |
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 | asn1_mac.h | 443 # define M_ASN1_I2D_len_EXP_opt(a,f,mtag,v) \ argument 450 # define M_ASN1_I2D_len_EXP_SET_opt(a,f,mtag,tag,v) \ argument 457 # define M_ASN1_I2D_len_EXP_SEQUENCE_opt(a,f,mtag,tag,v) \ argument 465 # define M_ASN1_I2D_len_EXP_SEQUENCE_opt_type(type,a,f,mtag,tag,v) \ argument 529 # define M_ASN1_I2D_put_EXP_opt(a,f,tag,v) \ argument 536 # define M_ASN1_I2D_put_EXP_SET_opt(a,f,mtag,tag,v) \ argument 543 # define M_ASN1_I2D_put_EXP_SEQUENCE_opt(a,f,mtag,tag,v) \ argument 550 # define M_ASN1_I2D_put_EXP_SEQUENCE_opt_type(type,a,f,mtag,tag,v) \ argument
|
A D | srp.h | 88 BIGNUM *v; member
|
A D | des_old.h | 198 # define des_read_password(k,p,v) \ argument 200 # define des_read_2passwords(k1,k2,p,v) \ argument 300 # define des_read_password(k,p,v) \ argument 302 # define des_read_2passwords(k1,k2,p,v) \ argument
|
A D | pkcs7.h | 220 # define PKCS7_set_detached(p,v) \ argument
|
A D | bio.h | 574 # define BIO_set_mem_eof_return(b,v) \ argument
|
A D | ssl.h | 860 BIGNUM *a, *b, *v; member
|
/optee_test/ta/os_test/ |
A D | os_test.c | 229 bool v = false; in print_properties() local 244 uint32_t v = 0; in print_properties() local 258 TEE_UUID v = { }; in print_properties() local 273 TEE_Identity v = { }; in print_properties() local
|
/optee_test/host/xtest/ |
A D | xtest_uuid_helpers.c | 30 uint32_t v = 0; in parse_hex() local
|
A D | regression_4100.c | 119 uint32_t handle, int32_t v) in cmd_from_s32() 137 uint32_t handle, uint32_t bit_num, uint32_t *v) in cmd_get_bit() 156 uint32_t handle, uint32_t *v) in cmd_get_bit_count() 772 int32_t v = 0; in test_4103() local
|
A D | sha_perf.c | 264 static const char *yesno(int v) in yesno()
|
A D | aes_perf.c | 383 static const char *yesno(int v) in yesno()
|
A D | xtest_helpers.c | 20 #define ROUNDUP(v, size) (((v) + (size - 1)) & ~(size - 1)) argument
|
/optee_test/ta/os_test/include/ |
A D | tb_asserts.h | 79 #define TB_ASSERT_HEX_PRINT_VALUE(a, v) \ argument
|
/optee_test/ta/storage/ |
A D | storage.c | 19 #define VAL2HANDLE(v) (void *)(uintptr_t)(v) argument
|
/optee_test/ta/crypt/ |
A D | arith_taf.c | 220 int32_t v = 0; in ta_entry_arith_get_value_s32() local
|
A D | cryp_taf.c | 18 #define VAL2HANDLE(v) (void *)(uintptr_t)(v == TEE_HANDLE_NULL ? v : v + (uintptr_t)&ta_head) argument
|
/optee_test/host/xtest/gp/include/ |
A D | xml_timearithm_api.h | 681 uint32_t v = 0; in Invoke_StoreS32() local
|
A D | xml_crypto_api.h | 1243 static TEEC_Result add_be32(uint32_t v, TEEC_SharedMemory *shm, size_t *offs) in add_be32() 1261 static TEEC_Result add_attr(uint32_t id, const void *v, uint32_t sz, in add_attr()
|