/optee_test-3.20.0/host/supp_plugin/ |
A D | test_supp_plugin.c | 16 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-3.20.0/host/openssl/include/openssl/ |
A D | sha.h | 103 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 D | stack.h | 68 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 D | rc2.h | 78 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 D | cast.h | 81 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 D | blowfish.h | 107 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 D | rc4.h | 75 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 D | mdc2.h | 77 unsigned char data[MDC2_BLOCK]; member 86 int MDC2_Update(MDC2_CTX *c, const unsigned char *data, size_t len);
|
A D | pqueue.h | 74 void *data; member 80 pitem *pitem_new(unsigned char *prio64be, void *data);
|
A D | ripemd.h | 89 RIPEMD160_LONG data[RIPEMD160_LBLOCK]; member 97 int RIPEMD160_Update(RIPEMD160_CTX *c, const void *data, size_t len);
|
A D | md4.h | 103 MD4_LONG data[MD4_LBLOCK]; member 111 int MD4_Update(MD4_CTX *c, const void *data, size_t len);
|
A D | md5.h | 103 MD5_LONG data[MD5_LBLOCK]; member 111 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
|
A D | buffer.h | 79 char *data; member 96 void *BUF_memdup(const void *data, size_t siz);
|
A D | seed.h | 112 unsigned long data[32]; member 114 unsigned int data[32];
|
A D | lhash.h | 80 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 D | pkcs7.h | 186 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 D | des.h | 165 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 D | x509.h | 657 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 …]
|
/optee_test-3.20.0/ta/supp_plugin/ |
A D | ta_entry.c | 115 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-3.20.0/host/xtest/gp/patches/ |
A D | 0010-TEE_DataStorage_API.xml.patch | 31 …data stream associated with the object object into the buffer pointed to by buffer. The object han… 39 …data stream associated with the object object into the buffer pointed to by buffer. The object han… 47 …data stream associated with the object object into the buffer pointed to by buffer. The object han… 55 …data stream associated with the object object into the buffer pointed to by buffer. The object han… 63 …data stream associated with the object object into the buffer pointed to by buffer. The object han… 71 …data stream associated with the object object into the buffer pointed to by buffer. The object han… 79 …data stream associated with the object object into the buffer pointed to by buffer. The object han… 87 …data 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-3.20.0/ta/sims/ |
A D | ta_sims.c | 14 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-3.20.0/host/xtest/ |
A D | regression_4100.c | 698 } data[] = { in test_4102() local 793 data[n], (uint32_t)data[n]); in test_4103() 901 } data[] = { in test_4104() local 924 data[n].str1, data[n].str2, data[n].cmp_res))) in test_4104() 1089 } data[] = { in test_4105() local 1148 data[n].t, data[n].r))) { in test_4105() 1169 } data[] = { in test_4106() local 1268 } data[] = { in test_4107() local 1303 data[n].t, data[n].r))) { in test_4107() 1410 } data[] = { in test_4108() local [all …]
|
A D | regression_6000.c | 119 op.params[3].tmpref.buffer = data; in fs_create() 174 op.params[0].tmpref.buffer = data; in fs_read() 197 op.params[0].tmpref.buffer = data; in fs_write() 1317 uint8_t data[1024] = { }; in xtest_tee_test_6010_single() local 1322 data[n] = n; in xtest_tee_test_6010_single() 1338 sizeof(data), &o1, storage_id)); in xtest_tee_test_6010_single() 1343 sizeof(data), &o2, storage_id)); in xtest_tee_test_6010_single() 1405 fs_write(&sess, o1, data, sizeof(data)))) in xtest_tee_test_6010_single() 1417 ADBG_EXPECT_BUFFER(c, data, sizeof(data), out, n); in xtest_tee_test_6010_single() 1439 data + sizeof(data) / 2, sizeof(data) / 2, in xtest_tee_test_6010_single() [all …]
|
A D | pkcs11_1000.c | 4783 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 …]
|
A D | sdp_basic.c | 157 struct dma_heap_allocation_data data = { 0 }; in allocate_dma_buffer() local 171 data.len = size; in allocate_dma_buffer() 172 data.fd_flags = O_RDWR | O_CLOEXEC; in allocate_dma_buffer() 173 data.heap_flags = 0; in allocate_dma_buffer() 175 if (ioctl(fd_mem_sec, DMA_HEAP_IOCTL_ALLOC, &data) == -1) { in allocate_dma_buffer() 180 fd = data.fd; in allocate_dma_buffer() 396 char *data = (char *)out; in check_sdp_dumped() local 402 if (*data++ != (unsigned char)(~(*bref++) + 1)) in check_sdp_dumped()
|