Home
last modified time | relevance | path

Searched defs:o (Results 1 – 7 of 7) 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
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
258 # define des_cbc_encrypt(i,o,l,k,iv,e)\ argument
266 # define des_ecb_encrypt(i,o,k,e)\ argument
276 # define des_xwhite_in2out(k,i,o)\ argument
[all …]
A Ddes.h114 # define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
117 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
120 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
123 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
A Docsp.h360 # define PEM_write_bio_OCSP_REQUEST(bp,o) \ argument
364 # define PEM_write_bio_OCSP_RESPONSE(bp,o) \ argument
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
377 # define OCSP_BASICRESP_sign(o,pkey,md,d) \ argument
/optee_test/ta/storage/
A Dstorage.c25 TEE_ObjectHandle o = TEE_HANDLE_NULL; in ta_storage_cmd_open() local
66 TEE_ObjectHandle o = TEE_HANDLE_NULL; in ta_storage_cmd_create() local
113 TEE_ObjectHandle o = TEE_HANDLE_NULL; in ta_storage_cmd_create_overwrite() local
163 TEE_ObjectHandle o = VAL2HANDLE(params[1].value.a); in ta_storage_cmd_read() local
187 TEE_ObjectHandle o = VAL2HANDLE(params[1].value.a); in ta_storage_cmd_write() local
211 TEE_ObjectHandle o = VAL2HANDLE(params[0].value.a); in ta_storage_cmd_seek() local
232 TEE_ObjectHandle o = VAL2HANDLE(params[0].value.a); in ta_storage_cmd_unlink() local
553 TEE_ObjectHandle o = TEE_HANDLE_NULL; in ta_storage_cmd_restrict_usage() local
567 TEE_ObjectHandle o = TEE_HANDLE_NULL; in ta_storage_cmd_alloc_obj() local
582 TEE_ObjectHandle o = TEE_HANDLE_NULL; in ta_storage_cmd_free_obj() local
[all …]
/optee_test/ta/crypt/
A Dcryp_taf.c269 TEE_ObjectHandle o = TEE_HANDLE_NULL; in ta_entry_allocate_transient_object() local
286 TEE_ObjectHandle o = VAL2HANDLE(params[0].value.a); in ta_entry_free_transient_object() local
299 TEE_ObjectHandle o = VAL2HANDLE(params[0].value.a); in ta_entry_reset_transient_object() local
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
697 TEE_ObjectHandle o = VAL2HANDLE(params[0].value.a); in ta_entry_get_object_value_attribute() local
/optee_test/host/xtest/
A Dxtest_helpers.c77 TEE_ObjectHandle *o) in ta_crypt_cmd_allocate_transient_object()
194 TEE_ObjectHandle o, in ta_crypt_cmd_populate_transient_object()
259 TEE_ObjectHandle o) in ta_crypt_cmd_free_transient_object()
282 TEE_OperationHandle oph, TEE_ObjectHandle o, in ta_crypt_cmd_derive_key()
323 TEE_ObjectHandle o, in ta_crypt_cmd_get_object_buffer_attribute()
A Dregression_4000.c777 TEE_ObjectHandle o, in ta_crypt_cmd_get_object_value_attribute()
810 TEE_ObjectHandle o, in ta_crypt_cmd_generate_key()
4929 TEE_ObjectHandle o = TEE_HANDLE_NULL; in xtest_tee_test_4010() local

Completed in 21 milliseconds