Home
last modified time | relevance | path

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

/optee_test-3.20.0/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-3.20.0/ta/storage/
A Dstorage.c25 TEE_ObjectHandle o = TEE_HANDLE_NULL; in ta_storage_cmd_open() local
54 params[1].value.a, &o); in ta_storage_cmd_open()
56 params[1].value.b = (uintptr_t)o; in ta_storage_cmd_open()
68 TEE_ObjectHandle o = TEE_HANDLE_NULL; in ta_storage_cmd_create() local
102 params[3].memref.size, &o); in ta_storage_cmd_create()
107 params[1].value.b = (uintptr_t)o; in ta_storage_cmd_create()
145 NULL, NULL, 0, &o); in ta_storage_cmd_create_overwrite()
146 TEE_CloseObject(o); in ta_storage_cmd_create_overwrite()
581 &o); in ta_storage_cmd_alloc_obj()
595 TEE_FreeTransientObject(o); in ta_storage_cmd_free_obj()
[all …]
/optee_test-3.20.0/host/xtest/
A Dxtest_helpers.h56 TEE_ObjectHandle *o);
60 TEE_ObjectHandle o,
71 TEE_ObjectHandle o);
76 TEE_ObjectHandle o,
82 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 DMakefile104 objs := $(patsubst %.c,$(out-dir)/xtest/%.o, $(srcs))
A Dregression_4000.c778 TEE_ObjectHandle o, in ta_crypt_cmd_get_object_value_attribute() argument
787 assert((uintptr_t)o <= UINT32_MAX); in ta_crypt_cmd_get_object_value_attribute()
788 op.params[0].value.a = (uint32_t)(uintptr_t)o; in ta_crypt_cmd_get_object_value_attribute()
811 TEE_ObjectHandle o, in ta_crypt_cmd_generate_key() argument
826 assert((uintptr_t)o <= UINT32_MAX); in ta_crypt_cmd_generate_key()
827 op.params[0].value.a = (uint32_t)(uintptr_t)o; in ta_crypt_cmd_generate_key()
5082 TEE_ObjectHandle o = TEE_HANDLE_NULL; in xtest_tee_test_4010() local
5097 TEE_TYPE_HMAC_SHA256, 1024, &o))) in xtest_tee_test_4010()
5101 ta_crypt_cmd_populate_transient_object(c, &session, o, in xtest_tee_test_4010()
/optee_test-3.20.0/host/supp_plugin/
A DMakefile5 PLUGIN_OBJ = $(patsubst %.c, $(O)/supp_plugin/%.o, $(PLUGIN_SRS))
17 $(O)/supp_plugin/%.o: $(CURDIR)/%.c
/optee_test-3.20.0/ta/crypt/
A Dcryp_taf.c360 TEE_ObjectHandle o = TEE_HANDLE_NULL; in ta_entry_allocate_transient_object() local
368 &o); in ta_entry_allocate_transient_object()
370 params[1].value.a = obj_handle_get(o); in ta_entry_allocate_transient_object()
377 TEE_ObjectHandle o = obj_handle_put(params[0].value.a); in ta_entry_free_transient_object() local
383 TEE_FreeTransientObject(o); in ta_entry_free_transient_object()
390 TEE_ObjectHandle o = obj_handle_lookup(params[0].value.a); in ta_entry_reset_transient_object() local
396 TEE_ResetTransientObject(o); in ta_entry_reset_transient_object()
471 TEE_ObjectHandle o = obj_handle_lookup(params[0].value.a); in ta_entry_populate_transient_object() local
483 res = TEE_PopulateTransientObject(o, attrs, attr_count); in ta_entry_populate_transient_object()
781 return TEE_GetObjectBufferAttribute(o, params[0].value.b, in ta_entry_get_object_buffer_attribute()
[all …]
/optee_test-3.20.0/cert/
A Dmid.csr15 EMqmu8zft9yK7rfJZzdrIjVx3ogF1SvKtzqm5+o/a9eDTgTmySysf/GzZ1muZ3af

Completed in 37 milliseconds