Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 52) sorted by relevance

123

/optee_test-3.20.0/host/openssl/include/openssl/
A Dmodes.h13 typedef void (*block128_f) (const unsigned char in[16],
16 typedef void (*cbc128_f) (const unsigned char *in, unsigned char *out,
20 typedef void (*ctr128_f) (const unsigned char *in, unsigned char *out,
24 typedef void (*ccm128_f) (const unsigned char *in, unsigned char *out,
29 void CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out,
66 size_t CRYPTO_cts128_encrypt_block(const unsigned char *in,
73 size_t CRYPTO_cts128_decrypt_block(const unsigned char *in,
81 size_t CRYPTO_nistcts128_encrypt_block(const unsigned char *in,
89 size_t CRYPTO_nistcts128_decrypt_block(const unsigned char *in,
153 const unsigned char *in, size_t inlen,
[all …]
A Daes.h100 void AES_encrypt(const unsigned char *in, unsigned char *out,
102 void AES_decrypt(const unsigned char *in, unsigned char *out,
105 void AES_ecb_encrypt(const unsigned char *in, unsigned char *out,
107 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
110 void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out,
113 void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out,
116 void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out,
119 void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out,
128 void AES_ige_encrypt(const unsigned char *in, unsigned char *out,
139 const unsigned char *in, unsigned int inlen);
[all …]
A Dcamellia.h100 void Camellia_encrypt(const unsigned char *in, unsigned char *out,
102 void Camellia_decrypt(const unsigned char *in, unsigned char *out,
105 void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out,
107 void Camellia_cbc_encrypt(const unsigned char *in, unsigned char *out,
110 void Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out,
113 void Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out,
116 void Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out,
119 void Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out,
122 void Camellia_ctr128_encrypt(const unsigned char *in, unsigned char *out,
A Didea.h83 void idea_ecb_encrypt(const unsigned char *in, unsigned char *out,
91 void idea_cbc_encrypt(const unsigned char *in, unsigned char *out,
94 void idea_cfb64_encrypt(const unsigned char *in, unsigned char *out,
97 void idea_ofb64_encrypt(const unsigned char *in, unsigned char *out,
100 void idea_encrypt(unsigned long *in, IDEA_KEY_SCHEDULE *ks);
A Drc2.h86 void RC2_ecb_encrypt(const unsigned char *in, unsigned char *out,
90 void RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
92 void RC2_cfb64_encrypt(const unsigned char *in, unsigned char *out,
95 void RC2_ofb64_encrypt(const unsigned char *in, unsigned char *out,
A Dcast.h89 void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out,
93 void CAST_cbc_encrypt(const unsigned char *in, unsigned char *out,
96 void CAST_cfb64_encrypt(const unsigned char *in, unsigned char *out,
99 void CAST_ofb64_encrypt(const unsigned char *in, unsigned char *out,
A Dblowfish.h114 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out,
116 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
118 void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out,
121 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out,
A Dseed.h132 void SEED_ecb_encrypt(const unsigned char *in, unsigned char *out,
134 void SEED_cbc_encrypt(const unsigned char *in, unsigned char *out, size_t len,
137 void SEED_cfb128_encrypt(const unsigned char *in, unsigned char *out,
141 void SEED_ofb128_encrypt(const unsigned char *in, unsigned char *out,
A Dcomp.h24 unsigned char *in, unsigned int ilen);
27 unsigned char *in, unsigned int ilen);
47 unsigned char *in, int ilen);
49 unsigned char *in, int ilen);
A Ddes.h149 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
185 void DES_ede3_cbcm_encrypt(const unsigned char *in, unsigned char *out,
190 void DES_ede3_cfb64_encrypt(const unsigned char *in, unsigned char *out,
194 void DES_ede3_cfb_encrypt(const unsigned char *in, unsigned char *out,
198 void DES_ede3_ofb64_encrypt(const unsigned char *in, unsigned char *out,
213 void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
240 void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out,
243 void DES_ofb64_encrypt(const unsigned char *in, unsigned char *out,
A Dtxt_db.h95 TXT_DB *TXT_DB_read(BIO *in, int num);
98 TXT_DB *TXT_DB_read(char *in, int num);
A Dasn1.h987 # define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \ argument
990 in, \
993 void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x);
1010 int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in);
1015 # define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \ argument
1018 in, \
1021 void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x);
1100 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in,
1151 int i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
1159 int SMIME_crlf_copy(BIO *in, BIO *out, int flags);
[all …]
A Dasn1t.h654 typedef ASN1_VALUE *ASN1_d2i_func(ASN1_VALUE **a, const unsigned char **in,
656 typedef int ASN1_i2d_func(ASN1_VALUE *a, unsigned char **in);
658 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
721 typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it,
861 stname *d2i_##fname(stname **a, const unsigned char **in, long len) \
863 return (stname *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, ASN1_ITEM_rptr(itname));\
881 stname *d2i_##fname(stname **a, const unsigned char **in, long len) \
883 return (stname *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, ASN1_ITEM_rptr(itname));\
935 int ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
937 int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
[all …]
/optee_test-3.20.0/host/xtest/gp/patches/
A D0010-TEE_DataStorage_API.xml.patch31 …ccess right. The bytes are read starting at the position in the data stream currently stored in th…
39 …ccess right. The bytes are read starting at the position in the data stream currently stored in th…
47 …ccess right. The bytes are read starting at the position in the data stream currently stored in th…
55 …ccess right. The bytes are read starting at the position in the data stream currently stored in th…
63 …ccess right. The bytes are read starting at the position in the data stream currently stored in th…
71 …ccess right. The bytes are read starting at the position in the data stream currently stored in th…
79 …ccess right. The bytes are read starting at the position in the data stream currently stored in th…
87 …ccess right. The bytes are read starting at the position in the data stream currently stored in th…
A D0009-TEE_Internal_API.xml.patch13 Because the adaption layer we've implemented cannot deal with threads in
19 in the list of excluded conformance tests.
37 …pecified in the parameters buffer and size and to determine whether the current Trusted Applicatio…
45 …pecified in the parameters buffer and size and to determine whether the current Trusted Applicatio…
53 …pecified in the parameters buffer and size and to determine whether the current Trusted Applicatio…
61 …pecified in the parameters buffer and size and to determine whether the current Trusted Applicatio…
A D0012-TTA_TCF-remove-TEE_MemMove-from-CmdTEEGetPropertyAsX.patch8 a TEE_MemMove() call in CmdTEEGetPropertyAsXXX_fromEnum(). This call is
9 wrong, because in this function pParams[1] is always of type
10 TEE_PARAM_TYPE_VALUE_INPUT (in other words, not a memory reference).
A D0002-TTAs-add-files-needed-to-compile.patch177 + * Redistribution and use in source and binary forms, with or without
241 + * Redistribution and use in source and binary forms, with or without
283 + * Redistribution and use in source and binary forms, with or without
351 + * Redistribution and use in source and binary forms, with or without
390 + * Redistribution and use in source and binary forms, with or without
457 + * Redistribution and use in source and binary forms, with or without
499 + * Redistribution and use in source and binary forms, with or without
566 + * Redistribution and use in source and binary forms, with or without
605 + * Redistribution and use in source and binary forms, with or without
672 + * Redistribution and use in source and binary forms, with or without
[all …]
/optee_test-3.20.0/ta/
A Dsubkey_notes.txt30 --key ../../optee_os/keys/default_ta.pem --in top_level_subkey.pem \
34 The mid level subkey has to have a UUID in the namespace of the top level
43 ../../optee_os/scripts/sign_encrypt.py subkey-uuid --in top_level_subkey.bin \
55 --in mid_level_subkey.pem --out mid_level_subkey.bin
59 ../../optee_os/scripts/sign_encrypt.py subkey-uuid --in mid_level_subkey.bin \
71 --key ../../optee_os/keys/default_ta.pem --in identity_subkey2.pem \
/optee_test-3.20.0/ta/aes_perf/
A Dta_aes_perf.c90 void *in = NULL; in cmd_process() local
133 in = params[0].memref.buffer; in cmd_process()
150 res = do_update(crypto_op, in, unit, out, &outsz); in cmd_process()
152 in = (void *)((uintptr_t)in + unit); in cmd_process()
156 res = do_update(crypto_op, in, insz % unit, out, &outsz); in cmd_process()
/optee_test-3.20.0/host/xtest/
A Dsdp_basic.c293 op.params[0].tmpref.buffer = in; in inject_sdp_data()
558 TEEC_SharedMemory *in, TEEC_SharedMemory *out, in invoke_out_of_bounds() argument
570 op.params[0].memref.parent = in; in invoke_out_of_bounds()
616 TEEC_SharedMemory in = { }; in sdp_out_of_bounds_memref_test() local
640 in.size = size; in sdp_out_of_bounds_memref_test()
641 in.flags = TEEC_MEM_INPUT; in sdp_out_of_bounds_memref_test()
642 teerc = TEEC_AllocateSharedMemory(&ctx.ctx, &in); in sdp_out_of_bounds_memref_test()
663 err += invoke_out_of_bounds(&ctx, &in, out, size, 1, in sdp_out_of_bounds_memref_test()
667 err += invoke_out_of_bounds(&ctx, &in, out, size, 4096, in sdp_out_of_bounds_memref_test()
671 err += invoke_out_of_bounds(&ctx, &in, out, 2, ~0, in sdp_out_of_bounds_memref_test()
[all …]
A DLICENSE26 in new free programs; and that you know you can do these things.
80 source code as you receive it, in any medium, provided that you
116 and can be reasonably considered independent and separate works in
153 an offer, in accord with Subsection b above.)
161 anything that is normally distributed (in either source or binary
178 parties remain in full compliance.
212 apply and the section as a whole is intended to apply in other
221 through that system in reliance on consistent application of that
235 the limitation as if written in the body of this License.
239 be similar in spirit to the present version, but may differ in detail to
[all …]
A Daes_perf.c313 static ssize_t read_random(void *in, size_t rsize) in read_random() argument
325 s = read(rnd, in, rsize); in read_random()
396 static void feed_input(void *in, size_t size, int random) in feed_input() argument
399 read_random(in, size); in feed_input()
401 memset(in, 0, size); in feed_input()
404 static void run_feed_input(void *in, size_t size, int random) in run_feed_input() argument
407 feed_input(in, size, random); in run_feed_input()
413 feed_input(in, size, random); in run_feed_input()
/optee_test-3.20.0/cert/
A DREADME.txt13 openssl x509 -req -in mid.csr -extfile mid.ext -CA ca.crt -CAkey ca.key -CAcreateserial -out mid.cr…
17 # View it with: openssl req -in my.csr -noout -text
20 openssl x509 -req -in my.csr -CA mid.crt -CAkey mid.key -CAcreateserial -out my.crt -days 10000
/optee_test-3.20.0/ta/hash_perf/
A Dta_hash_perf.c44 void *in = NULL; in cmd_process() local
58 in = (uint8_t *)params[0].memref.buffer + offset; in cmd_process()
69 res = TEE_MACComputeFinal(digest_op, in, insz, out, &outsz); in cmd_process()
74 res = TEE_DigestDoFinal(digest_op, in, insz, out, &outsz); in cmd_process()
/optee_test-3.20.0/ta/os_test/
A Dos_test.c892 void *in = NULL; in ta_entry_client() local
900 if (in == NULL) in ta_entry_client()
913 l_params[0].memref.buffer = in; in ta_entry_client()
933 TEE_Free(in); in ta_entry_client()
1051 uint8_t in[TA2TA_BUF_SIZE] = { }; in ta_entry_ta2ta_memref() local
1074 l_params[0].memref.buffer = in; in ta_entry_ta2ta_memref()
1083 in[i] = 5; in ta_entry_ta2ta_memref()
1122 DHEXDUMP(in, TA2TA_BUF_SIZE); in ta_entry_ta2ta_memref()
1136 uint8_t *in = NULL; in ta_entry_ta2ta_memref_mix() local
1152 in = params[0].memref.buffer; in ta_entry_ta2ta_memref_mix()
[all …]

Completed in 31 milliseconds

123