Home
last modified time | relevance | path

Searched refs:o (Results 1 – 12 of 12) sorted by relevance

/optee_test/host/openssl/include/openssl/
A Ddes_old.h152 # define des_cbc_cksum(i,o,l,k,iv)\ argument
154 # define des_cbc_encrypt(i,o,l,k,iv,e)\ argument
162 # define des_ecb_encrypt(i,o,k,e)\ argument
172 # define des_xwhite_in2out(k,i,o)\ argument
173 DES_xwhite_in2out((k),(i),(o))
188 # define des_ofb_encrypt(i,o,n,l,k,iv)\ argument
192 # define des_quad_cksum(i,o,l,c,s)\ argument
256 # define des_cbc_cksum(i,o,l,k,iv)\ argument
266 # define des_ecb_encrypt(i,o,k,e)\ argument
276 # define des_xwhite_in2out(k,i,o)\ argument
[all …]
A Docsp.h360 # define PEM_write_bio_OCSP_REQUEST(bp,o) \ argument
362 bp,(char *)o, NULL,NULL,0,NULL,NULL)
364 # define PEM_write_bio_OCSP_RESPONSE(bp,o) \ argument
366 bp,(char *)o, NULL,NULL,0,NULL,NULL)
368 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) argument
370 # define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o) argument
372 # define OCSP_REQUEST_sign(o,pkey,md) \ argument
374 o->optionalSignature->signatureAlgorithm,NULL,\
375 o->optionalSignature->signature,o->tbsRequest,pkey,md)
377 # define OCSP_BASICRESP_sign(o,pkey,md,d) \ argument
[all …]
A Ddes.h114 # define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
115 DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
117 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
118 DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
120 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
121 DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
123 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
124 DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
A Dobjects.h1007 ASN1_OBJECT *OBJ_dup(const ASN1_OBJECT *o);
1011 int OBJ_obj2nid(const ASN1_OBJECT *o);
/optee_test/ta/storage/
A Dstorage.c25 TEE_ObjectHandle o = TEE_HANDLE_NULL; in ta_storage_cmd_open() local
52 params[1].value.a, &o); in ta_storage_cmd_open()
54 params[1].value.b = (uintptr_t)o; in ta_storage_cmd_open()
66 TEE_ObjectHandle o = TEE_HANDLE_NULL; in ta_storage_cmd_create() local
98 params[3].memref.size, &o); in ta_storage_cmd_create()
103 params[1].value.b = (uintptr_t)o; in ta_storage_cmd_create()
141 NULL, NULL, 0, &o); in ta_storage_cmd_create_overwrite()
142 TEE_CloseObject(o); in ta_storage_cmd_create_overwrite()
575 &o); in ta_storage_cmd_alloc_obj()
589 TEE_FreeTransientObject(o); in ta_storage_cmd_free_obj()
[all …]
/optee_test/host/xtest/
A Dxtest_helpers.h54 TEE_ObjectHandle *o);
58 TEE_ObjectHandle o,
69 TEE_ObjectHandle o);
74 TEE_ObjectHandle o,
80 TEE_ObjectHandle o,
A Dxtest_helpers.c77 TEE_ObjectHandle *o) in ta_crypt_cmd_allocate_transient_object() argument
194 TEE_ObjectHandle o, in ta_crypt_cmd_populate_transient_object() argument
208 assert((uintptr_t)o <= UINT32_MAX); in ta_crypt_cmd_populate_transient_object()
209 op.params[0].value.a = (uint32_t)(uintptr_t)o; in ta_crypt_cmd_populate_transient_object()
259 TEE_ObjectHandle o) in ta_crypt_cmd_free_transient_object() argument
265 assert((uintptr_t)o <= UINT32_MAX); in ta_crypt_cmd_free_transient_object()
266 op.params[0].value.a = (uint32_t)(uintptr_t)o; in ta_crypt_cmd_free_transient_object()
300 assert((uintptr_t)o <= UINT32_MAX); in ta_crypt_cmd_derive_key()
301 op.params[0].value.b = (uint32_t)(uintptr_t)o; in ta_crypt_cmd_derive_key()
323 TEE_ObjectHandle o, in ta_crypt_cmd_get_object_buffer_attribute() argument
[all …]
A DMakefile98 objs := $(patsubst %.c,$(out-dir)/xtest/%.o, $(srcs))
A Dregression_4000.c777 TEE_ObjectHandle o, in ta_crypt_cmd_get_object_value_attribute() argument
786 assert((uintptr_t)o <= UINT32_MAX); in ta_crypt_cmd_get_object_value_attribute()
787 op.params[0].value.a = (uint32_t)(uintptr_t)o; in ta_crypt_cmd_get_object_value_attribute()
810 TEE_ObjectHandle o, in ta_crypt_cmd_generate_key() argument
825 assert((uintptr_t)o <= UINT32_MAX); in ta_crypt_cmd_generate_key()
826 op.params[0].value.a = (uint32_t)(uintptr_t)o; in ta_crypt_cmd_generate_key()
4929 TEE_ObjectHandle o = TEE_HANDLE_NULL; in xtest_tee_test_4010() local
4944 TEE_TYPE_HMAC_SHA256, 1024, &o))) in xtest_tee_test_4010()
4948 ta_crypt_cmd_populate_transient_object(c, &session, o, in xtest_tee_test_4010()
/optee_test/ta/crypt/
A Dcryp_taf.c269 TEE_ObjectHandle o = TEE_HANDLE_NULL; in ta_entry_allocate_transient_object() local
277 &o); in ta_entry_allocate_transient_object()
279 params[1].value.a = HANDLE2VAL(o); in ta_entry_allocate_transient_object()
286 TEE_ObjectHandle o = VAL2HANDLE(params[0].value.a); in ta_entry_free_transient_object() local
292 TEE_FreeTransientObject(o); in ta_entry_free_transient_object()
299 TEE_ObjectHandle o = VAL2HANDLE(params[0].value.a); in ta_entry_reset_transient_object() local
305 TEE_ResetTransientObject(o); in ta_entry_reset_transient_object()
380 TEE_ObjectHandle o = VAL2HANDLE(params[0].value.a); in ta_entry_populate_transient_object() local
412 TEE_ObjectHandle o = VAL2HANDLE(params[0].value.a); in ta_entry_generate_key() local
683 TEE_ObjectHandle o = VAL2HANDLE(params[0].value.a); in ta_entry_get_object_buffer_attribute() local
[all …]
/optee_test/host/supp_plugin/
A DMakefile5 PLUGIN_OBJ = $(patsubst %.c, $(O)/supp_plugin/%.o, $(PLUGIN_SRS))
17 $(O)/supp_plugin/%.o: $(CURDIR)/%.c
/optee_test/cert/
A Dmid.csr15 EMqmu8zft9yK7rfJZzdrIjVx3ogF1SvKtzqm5+o/a9eDTgTmySysf/GzZ1muZ3af

Completed in 41 milliseconds