Home
last modified time | relevance | path

Searched refs:data (Results 1 – 25 of 58) sorted by relevance

123

/optee_test/host/supp_plugin/
A Dtest_supp_plugin.c16 static TEEC_Result pass_values(unsigned int sub_cmd, void *data, in pass_values() argument
24 values = (struct add_op *)data; in pass_values()
35 static TEEC_Result proc_input_arr(unsigned int sub_cmd, void *data, in proc_input_arr() argument
42 uint8_t *d = data; in proc_input_arr()
53 static TEEC_Result get_test_arr(unsigned int sub_cmd, void *data, in get_test_arr() argument
63 memcpy(data, test_arr, test_size); in get_test_arr()
70 void *data, size_t data_len, in test_plugin_invoke() argument
77 return pass_values(sub_cmd, data, data_len, out_len); in test_plugin_invoke()
79 return proc_input_arr(sub_cmd, data, data_len, out_len); in test_plugin_invoke()
81 return get_test_arr(sub_cmd, data, data_len, out_len); in test_plugin_invoke()
/optee_test/host/openssl/include/openssl/
A Dsha.h103 SHA_LONG data[SHA_LBLOCK]; member
112 int SHA_Update(SHA_CTX *c, const void *data, size_t len);
115 void SHA_Transform(SHA_CTX *c, const unsigned char *data);
122 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
125 void SHA1_Transform(SHA_CTX *c, const unsigned char *data);
137 SHA_LONG data[SHA_LBLOCK]; member
147 int SHA224_Update(SHA256_CTX *c, const void *data, size_t len);
151 int SHA256_Update(SHA256_CTX *c, const void *data, size_t len);
154 void SHA256_Transform(SHA256_CTX *c, const unsigned char *data);
200 int SHA384_Update(SHA512_CTX *c, const void *data, size_t len);
[all …]
A Dstack.h68 char **data; member
75 # define M_sk_value(sk,n) ((sk) ? (sk)->data[n] : NULL)
87 int sk_insert(_STACK *sk, void *data, int where);
90 int sk_find(_STACK *st, void *data);
91 int sk_find_ex(_STACK *st, void *data);
92 int sk_push(_STACK *st, void *data);
93 int sk_unshift(_STACK *st, void *data);
A Drc2.h78 RC2_INT data[64]; member
82 void private_RC2_set_key(RC2_KEY *key, int len, const unsigned char *data,
85 void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits);
88 void RC2_encrypt(unsigned long *data, RC2_KEY *key);
89 void RC2_decrypt(unsigned long *data, RC2_KEY *key);
A Dcast.h81 CAST_LONG data[32]; member
86 void private_CAST_set_key(CAST_KEY *key, int len, const unsigned char *data);
88 void CAST_set_key(CAST_KEY *key, int len, const unsigned char *data);
91 void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key);
92 void CAST_decrypt(CAST_LONG *data, const CAST_KEY *key);
A Dblowfish.h107 void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data);
109 void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
111 void BF_encrypt(BF_LONG *data, const BF_KEY *key);
112 void BF_decrypt(BF_LONG *data, const BF_KEY *key);
A Drc4.h75 RC4_INT data[256]; member
79 void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
80 void private_RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
A Dmdc2.h77 unsigned char data[MDC2_BLOCK]; member
86 int MDC2_Update(MDC2_CTX *c, const unsigned char *data, size_t len);
A Dpqueue.h74 void *data; member
80 pitem *pitem_new(unsigned char *prio64be, void *data);
A Dmd4.h103 MD4_LONG data[MD4_LBLOCK]; member
111 int MD4_Update(MD4_CTX *c, const void *data, size_t len);
A Dmd5.h103 MD5_LONG data[MD5_LBLOCK]; member
111 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
A Dripemd.h89 RIPEMD160_LONG data[RIPEMD160_LBLOCK]; member
97 int RIPEMD160_Update(RIPEMD160_CTX *c, const void *data, size_t len);
A Dbuffer.h79 char *data; member
96 void *BUF_memdup(const void *data, size_t siz);
A Dseed.h112 unsigned long data[32]; member
114 unsigned int data[32];
A Dlhash.h80 void *data; member
177 void *lh_insert(_LHASH *lh, void *data);
178 void *lh_delete(_LHASH *lh, const void *data);
179 void *lh_retrieve(_LHASH *lh, const void *data);
A Dpkcs7.h186 ASN1_OCTET_STRING *data; member
260 int PKCS7_ISSUER_AND_SERIAL_digest(PKCS7_ISSUER_AND_SERIAL *data,
328 void *data);
339 BIO *data, int flags);
345 int PKCS7_final(PKCS7 *p7, BIO *data, int flags);
352 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data,
365 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
A Ddes.h165 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc);
175 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc);
177 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
179 void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1,
A Dx509.h657 int X509_pubkey_digest(const X509 *data, const EVP_MD *type,
659 int X509_digest(const X509 *data, const EVP_MD *type,
661 int X509_CRL_digest(const X509_CRL *data, const EVP_MD *type,
663 int X509_REQ_digest(const X509_REQ *data, const EVP_MD *type,
665 int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
880 int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data,
885 char *data, EVP_PKEY *pkey, const EVP_MD *type);
1100 ASN1_OCTET_STRING *data);
1103 ASN1_OCTET_STRING *data);
1149 const void *data, int len);
[all …]
A Dasn1.h214 const unsigned char *data; /* data remains const after init */ member
242 unsigned char *data; member
578 # define M_ASN1_STRING_data(x) ((x)->data)
807 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
808 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
870 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *str, const unsigned char *data,
924 ASN1_OBJECT *ASN1_OBJECT_create(int nid, unsigned char *data, int len,
1054 int ASN1_TYPE_set_octetstring(ASN1_TYPE *a, unsigned char *data, int len);
1057 unsigned char *data, int len);
1059 unsigned char *data, int max_len);
[all …]
/optee_test/ta/supp_plugin/
A Dta_entry.c115 char data[32] = { }; in bad_input_uuid() local
116 size_t inlen = sizeof(data); in bad_input_uuid()
118 return tee_invoke_supp_plugin(NULL, 0, 0, data, inlen, NULL); in bad_input_uuid()
130 char data[32] = { }; in bad_input_inlen() local
132 return tee_invoke_supp_plugin(&uuid, 0, 0, data, 0, NULL); in bad_input_inlen()
140 char data[32] = { }; in call_unknown_plugin() local
141 size_t inlen = sizeof(data); in call_unknown_plugin()
143 return tee_invoke_supp_plugin(&nulluuid, 0, 0, data, inlen, NULL); in call_unknown_plugin()
/optee_test/host/xtest/gp/patches/
A D0010-TEE_DataStorage_API.xml.patch31data stream associated with the object object into the buffer pointed to by buffer. The object han…
39data stream associated with the object object into the buffer pointed to by buffer. The object han…
47data stream associated with the object object into the buffer pointed to by buffer. The object han…
55data stream associated with the object object into the buffer pointed to by buffer. The object han…
63data stream associated with the object object into the buffer pointed to by buffer. The object han…
71data stream associated with the object object into the buffer pointed to by buffer. The object han…
79data stream associated with the object object into the buffer pointed to by buffer. The object han…
87data stream associated with the object object into the buffer pointed to by buffer. The object han…
95 …<description><![CDATA[If the value of the data position indicator resulting from this operation wo…
/optee_test/ta/sims/
A Dta_sims.c14 void *data; member
111 TEE_MemMove(params[1].memref.buffer, storage[index].data, in sims_read()
132 if (storage[index].data != NULL) in sims_write()
133 TEE_Free(storage[index].data); in sims_write()
135 storage[index].data = TEE_Malloc(params[1].memref.size, 0); in sims_write()
136 if (storage[index].data == NULL) { in sims_write()
142 TEE_MemMove(storage[index].data, params[1].memref.buffer, in sims_write()
/optee_test/host/xtest/
A Dregression_6000.c141 op.params[3].tmpref.buffer = data; in fs_create()
196 op.params[0].tmpref.buffer = data; in fs_read()
219 op.params[0].tmpref.buffer = data; in fs_write()
1128 uint8_t data[1024] = { }; in xtest_tee_test_6010_single() local
1133 data[n] = n; in xtest_tee_test_6010_single()
1149 sizeof(data), &o1, storage_id)); in xtest_tee_test_6010_single()
1154 sizeof(data), &o2, storage_id)); in xtest_tee_test_6010_single()
1216 fs_write(&sess, o1, data, sizeof(data)))) in xtest_tee_test_6010_single()
1228 ADBG_EXPECT_BUFFER(c, data, sizeof(data), out, n); in xtest_tee_test_6010_single()
1250 data + sizeof(data) / 2, sizeof(data) / 2, in xtest_tee_test_6010_single()
[all …]
A Dregression_4100.c696 } data[] = { in test_4102() local
791 data[n], (uint32_t)data[n]); in test_4103()
899 } data[] = { in test_4104() local
922 data[n].str1, data[n].str2, data[n].cmp_res))) in test_4104()
1087 } data[] = { in test_4105() local
1146 data[n].t, data[n].r))) { in test_4105()
1167 } data[] = { in test_4106() local
1266 } data[] = { in test_4107() local
1301 data[n].t, data[n].r))) { in test_4107()
1408 } data[] = { in test_4108() local
[all …]
A Dpkcs11_1000.c4783 memset(data, 0xCC, sizeof(data)); in xtest_pkcs11_test_1018()
4862 memset(data, 0xCC, sizeof(data)); in xtest_pkcs11_test_1018()
4921 memset(data, 0xCC, sizeof(data)); in xtest_pkcs11_test_1018()
4962 memset(data, 0xCC, sizeof(data)); in xtest_pkcs11_test_1018()
4999 memset(data, 0xCC, sizeof(data)); in xtest_pkcs11_test_1018()
5034 memset(data, 0xCC, sizeof(data)); in xtest_pkcs11_test_1018()
5060 memset(data, 0xCC, sizeof(data)); in xtest_pkcs11_test_1018()
5090 memset(data, 0xCC, sizeof(data)); in xtest_pkcs11_test_1018()
5120 memset(data, 0xCC, sizeof(data)); in xtest_pkcs11_test_1018()
5146 memset(data, 0xCC, sizeof(data)); in xtest_pkcs11_test_1018()
[all …]

Completed in 64 milliseconds

123