Home
last modified time | relevance | path

Searched refs:val (Results 1 – 16 of 16) sorted by relevance

/optee_test/host/openssl/include/openssl/
A Dsafestack.h417 # define sk_BIO_set(st, i, val) SKM_sk_set(BIO, (st), (i), (val)) argument
419 # define sk_BIO_push(st, val) SKM_sk_push(BIO, (st), (val)) argument
420 # define sk_BIO_unshift(st, val) SKM_sk_unshift(BIO, (st), (val)) argument
421 # define sk_BIO_find(st, val) SKM_sk_find(BIO, (st), (val)) argument
422 # define sk_BIO_find_ex(st, val) SKM_sk_find_ex(BIO, (st), (val)) argument
1497 # define sk_SCT_push(st, val) SKM_sk_push(SCT, (st), (val)) argument
1499 # define sk_SCT_find(st, val) SKM_sk_find(SCT, (st), (val)) argument
1761 # define sk_X509_push(st, val) SKM_sk_push(X509, (st), (val)) argument
1763 # define sk_X509_find(st, val) SKM_sk_find(X509, (st), (val)) argument
2157 # define sk_void_push(st, val) SKM_sk_push(void, (st), (val)) argument
[all …]
A Dasn1.h879 int UTF8_getc(const unsigned char *str, int len, unsigned long *val);
1099 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it);
1100 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in,
1102 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
1103 int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out,
1149 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it);
1151 int i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
1153 int PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
1155 int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
A Dx509v3.h381 # define X509V3_conf_err(val) ERR_add_error_data(6, "section:", val->section, \ argument
382 ",name:", val->name, ",value:", val->value);
610 void X509V3_conf_free(CONF_VALUE *val);
687 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent,
A Docsp.h406 ASN1_VALUE *val);
411 ASN1_VALUE *val);
426 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len);
427 int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len);
A Dcrypto.h425 int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val);
450 unsigned long val; member
453 void CRYPTO_THREADID_set_numeric(CRYPTO_THREADID *id, unsigned long val);
A Dssl.h1021 void (*info_callback) (const SSL *ssl, int type, int val);
1248 int val));
1250 int val);
1551 void (*info_callback) (const SSL *ssl, int type, int val);
2450 void (*cb) (const SSL *ssl, int type, int val));
2452 int val);
A Dasn1t.h432 # define ADB_ENTRY(val, template) {val, template} argument
/optee_test/host/xtest/
A Dregression_5000.c169 uint8_t val[] = { 54, 76, 98, 32 }; in Allocate_InOut() local
193 uint8_t val[] = { 32, 65, 43, 21, 98 }; in Register_In() local
199 shm.buffer = val; in Register_In()
219 uint8_t val[] = { 56, 67, 78, 99 }; in Register_notZeroLength_Out() local
225 shm.buffer = val; in Register_notZeroLength_Out()
251 shm.buffer = val; in Register_InOut()
269 uint8_t val[] = { 65, 76, 98, 32 }; in Register_zeroLength_Out() local
276 shm.buffer = val; in Register_zeroLength_Out()
401 shm.buffer = val; in RegisterSameMemory_twice()
454 uint8_t val[SHM_32K_SIZE] = { }; in Register_sharedMemory_32k() local
[all …]
A Dregression_2000.c545 int val = 0; in test_2003_accept_cb() local
550 val = 4 * 1024; in test_2003_accept_cb()
551 if (setsockopt(fd, SOL_SOCKET, SO_RCVBUF, &val, sizeof(val))) in test_2003_accept_cb()
566 uint32_t val = 0; in xtest_tee_test_2003() local
587 blen = sizeof(val); in xtest_tee_test_2003()
588 val = 4 * 1024; in xtest_tee_test_2003()
590 TEE_TCP_SET_RECVBUF, &val, &blen, &ret_orig))) in xtest_tee_test_2003()
593 blen = sizeof(val); in xtest_tee_test_2003()
594 val = 4 * 1024; in xtest_tee_test_2003()
596 TEE_TCP_SET_SENDBUF, &val, &blen, &ret_orig))) in xtest_tee_test_2003()
A Dregression_4100.c530 uint32_t h, int32_t *val) in cmd_get_value_s32() argument
543 *val = op.params[1].value.a; in cmd_get_value_s32()
864 const char str[], int32_t val, in compare_s32() argument
879 res = cmd_cmp_s32(c, s, h, val, &cres); in compare_s32()
929 int32_t val; in test_4104() member
962 data_s32[n].str, data_s32[n].val, in test_4104()
1165 const char *val; in test_4106() member
1186 &session, data[n].val, h1))) in test_4106()
/optee_test/scripts/
A Drsp_to_gcm_test.py8 def to_compound_str(val): argument
9 assert len(val) % 2 == 0, "Only even sized values supported"
10 if len(val) > 0:
12 a = re.findall('..', val)
16 b += "}, " + repr(len(val) / 2) + ","
109 val = s[1]
/optee_test/ta/os_test_lib_dl/
A Dos_test_lib_dl_cxx.cpp13 OsTestLibDlCtorTest() : val(2) {} in OsTestLibDlCtorTest()
15 int val; member in OsTestLibDlCtorTest
22 if (os_test_lib_dl_ctor_test.val != 2) in os_test_shlib_dl_cxx_ctor()
/optee_test/ta/os_test_lib/
A Dos_test_lib_cxx.cpp13 OsTestLibCtorTest() : val(2) {} in OsTestLibCtorTest()
15 int val; member in OsTestLibCtorTest
22 if (os_test_lib_ctor_test.val != 2) in os_test_shlib_cxx_ctor()
/optee_test/ta/os_test/
A Dcxx_tests.cpp20 CtorTest() : val(1) {} in CtorTest()
22 int val; member in CtorTest
29 if (ctor_test.val != 1) in ta_entry_cxx_ctor_main()
/optee_test/host/xtest/gp/include/
A Dxml_client_api.h189 #define TEEC_defineMemoryContent_sharedMemory(sh_mem, val, size_val) \ argument
190 memcpy(sh_mem->buffer, &val, size_val)
193 #define TEEC_defineMemoryContent_tmpMemory(buf, val, size_val) \ argument
194 memcpy(buf, &(val), size_val)
A Dxml_crypto_api.h2703 const void *val; member
2798 if (attr == dsa_key_vals[n].priv.val || in get_dsa_key_vals()
2799 attr == dsa_key_vals[n].pub.val || in get_dsa_key_vals()
2800 attr == dsa_key_vals[n].prime.val || in get_dsa_key_vals()
2802 attr == dsa_key_vals[n].base.val) { in get_dsa_key_vals()
2817 attr == ecdsa_key_vals[n].x.val || in get_ecdsa_key_vals()
2818 attr == ecdsa_key_vals[n].y.val) in get_ecdsa_key_vals()
2831 if (attr == rsa_key_vals[n].priv.val || in get_rsa_key_vals()
2832 attr == rsa_key_vals[n].mod.val || in get_rsa_key_vals()
2833 attr == rsa_key_vals[n].pub.val) in get_rsa_key_vals()
[all …]

Completed in 86 milliseconds