Home
last modified time | relevance | path

Searched refs:v (Results 1 – 24 of 24) sorted by relevance

/optee_test/host/openssl/include/openssl/
A Dui_compat.h75 # define des_read_pw_string(b,l,p,v) \ argument
76 _ossl_old_des_read_pw_string((b),(l),(p),(v))
77 # define des_read_pw(b,bf,s,p,v) \ argument
78 _ossl_old_des_read_pw((b),(bf),(s),(p),(v))
A Dasn1_mac.h443 # define M_ASN1_I2D_len_EXP_opt(a,f,mtag,v) \ argument
446 v=f(a,NULL); \
447 ret+=ASN1_object_size(1,v,mtag); \
450 # define M_ASN1_I2D_len_EXP_SET_opt(a,f,mtag,tag,v) \ argument
454 ret+=ASN1_object_size(1,v,mtag); \
457 # define M_ASN1_I2D_len_EXP_SEQUENCE_opt(a,f,mtag,tag,v) \ argument
462 ret+=ASN1_object_size(1,v,mtag); \
471 ret+=ASN1_object_size(1,v,mtag); \
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
[all …]
A Dsrp.h88 BIGNUM *v; member
159 BIGNUM *SRP_Calc_server_key(BIGNUM *A, BIGNUM *v, BIGNUM *u, BIGNUM *b,
161 BIGNUM *SRP_Calc_B(BIGNUM *b, BIGNUM *N, BIGNUM *g, BIGNUM *v);
A Ddes_old.h198 # define des_read_password(k,p,v) \ argument
199 DES_read_password((k),(p),(v))
200 # define des_read_2passwords(k1,k2,p,v) \ argument
201 DES_read_2passwords((k1),(k2),(p),(v))
300 # define des_read_password(k,p,v) \ argument
301 _ossl_old_des_read_password((k),(p),(v))
302 # define des_read_2passwords(k1,k2,p,v) \ argument
303 _ossl_old_des_read_2passwords((k1),(k2),(p),(v))
A Dengine.h801 OPENSSL_EXPORT unsigned long v_check(unsigned long v); \
802 OPENSSL_EXPORT unsigned long v_check(unsigned long v) { \
803 if(v >= OSSL_DYNAMIC_OLDEST) return OSSL_DYNAMIC_VERSION; \
A Dpkcs7.h220 # define PKCS7_set_detached(p,v) \ argument
221 PKCS7_ctrl(p,PKCS7_OP_SET_DETACHED_SIGNATURE,v,NULL)
A Dx509_vfy.h468 void X509_STORE_free(X509_STORE *v);
497 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m);
A Ddsa.h191 DSA_SIG *d2i_DSA_SIG(DSA_SIG **v, const unsigned char **pp, long length);
A Dbio.h574 # define BIO_set_mem_eof_return(b,v) \ argument
575 BIO_ctrl(b,BIO_C_SET_BUF_MEM_EOF_RETURN,v,NULL)
A Dasn1.h927 int ASN1_INTEGER_set(ASN1_INTEGER *a, long v);
932 int ASN1_ENUMERATED_set(ASN1_ENUMERATED *a, long v);
1038 int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);
A Dssl.h860 BIGNUM *a, *b, *v; member
2319 BIGNUM *sa, BIGNUM *v, char *info);
2456 void SSL_set_verify_result(SSL *ssl, long v);
/optee_test/host/xtest/
A Dxtest_uuid_helpers.c30 uint32_t v = 0; in parse_hex() local
40 v = (v << 4) + c; in parse_hex()
44 return v; in parse_hex()
A DMakefile204 create-nist-gcm-vectors,$v,decrypt)))
206 create-nist-gcm-vectors,$v,encrypt)))
A Dregression_4100.c119 uint32_t handle, int32_t v) in cmd_from_s32() argument
126 op.params[0].value.b = v; in cmd_from_s32()
137 uint32_t handle, uint32_t bit_num, uint32_t *v) in cmd_get_bit() argument
150 *v = op.params[1].value.a; in cmd_get_bit()
156 uint32_t handle, uint32_t *v) in cmd_get_bit_count() argument
169 *v = op.params[1].value.a; in cmd_get_bit_count()
772 int32_t v = 0; in test_4103() local
802 cmd_get_value_s32(c, &session, h, &v))) { in test_4103()
806 if (!ADBG_EXPECT_COMPARE_SIGNED(c, data[n], ==, v)) in test_4103()
818 cmd_get_value_s32(c, &session, h, &v))) in test_4103()
A Dsha_perf.c264 static const char *yesno(int v) in yesno() argument
266 return (v ? "yes" : "no"); in yesno()
A Dxtest_helpers.c20 #define ROUNDUP(v, size) (((v) + (size - 1)) & ~(size - 1)) argument
A Daes_perf.c383 static const char *yesno(int v) in yesno() argument
385 return (v ? "yes" : "no"); in yesno()
/optee_test/ta/os_test/include/
A Dtb_asserts.h79 #define TB_ASSERT_HEX_PRINT_VALUE(a, v) \ argument
84 TB_ASSERT_STR_EQ(_str_, (v)); \
/optee_test/ta/os_test/
A Dos_test.c229 bool v = false; in print_properties() local
232 TEE_GetPropertyAsBool(h, NULL, &v); in print_properties()
244 uint32_t v = 0; in print_properties() local
246 res = TEE_GetPropertyAsU32(h, NULL, &v); in print_properties()
258 TEE_UUID v = { }; in print_properties() local
261 TEE_GetPropertyAsUUID(h, NULL, &v); in print_properties()
273 TEE_Identity v = { }; in print_properties() local
277 &v); in print_properties()
/optee_test/host/xtest/gp/include/
A Dxml_timearithm_api.h681 uint32_t v = 0; in Invoke_StoreS32() local
688 v <<= 8; in Invoke_StoreS32()
689 v |= value[n]; in Invoke_StoreS32()
691 return Invoke_Simple_Function_v2(c, sess, cmd_id, dest, sign, v, 0); in Invoke_StoreS32()
A Dxml_crypto_api.h1243 static TEEC_Result add_be32(uint32_t v, TEEC_SharedMemory *shm, size_t *offs) in add_be32() argument
1254 d[n] = v; in add_be32()
1255 v >>= 8; in add_be32()
1261 static TEEC_Result add_attr(uint32_t id, const void *v, uint32_t sz, in add_attr() argument
1278 memcpy((uint8_t *)shm2->buffer + *offs_2, v, sz); in add_attr()
/optee_test/ta/crypt/
A Dcryp_taf.c18 #define VAL2HANDLE(v) (void *)(uintptr_t)(v == TEE_HANDLE_NULL ? v : v + (uintptr_t)&ta_head) argument
A Darith_taf.c220 int32_t v = 0; in ta_entry_arith_get_value_s32() local
221 TEE_Result res = TEE_BigIntConvertToS32(&v, big_int); in ta_entry_arith_get_value_s32()
224 params[1].value.a = v; in ta_entry_arith_get_value_s32()
/optee_test/ta/storage/
A Dstorage.c19 #define VAL2HANDLE(v) (void *)(uintptr_t)(v) argument

Completed in 91 milliseconds