Home
last modified time | relevance | path

Searched refs:PKCS11_CKR_DEVICE_MEMORY (Results 1 – 14 of 14) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing_aes.c79 return PKCS11_CKR_DEVICE_MEMORY; in init_ae_aes_context()
173 rc = PKCS11_CKR_DEVICE_MEMORY; in tee_ae_decrypt_update()
210 rc = PKCS11_CKR_DEVICE_MEMORY; in tee_ae_decrypt_update()
246 rc = PKCS11_CKR_DEVICE_MEMORY; in tee_ae_decrypt_update()
328 rc = PKCS11_CKR_DEVICE_MEMORY; in tee_ae_decrypt_final()
352 rc = PKCS11_CKR_DEVICE_MEMORY; in tee_ae_decrypt_final()
507 rc = PKCS11_CKR_DEVICE_MEMORY; in tee_init_gcm_operation()
H A Dprocessing_ec.c355 return PKCS11_CKR_DEVICE_MEMORY; in load_tee_ec_key_attrs()
380 return PKCS11_CKR_DEVICE_MEMORY; in load_tee_ec_key_attrs()
535 rc = PKCS11_CKR_DEVICE_MEMORY; in tee2pkcs_ec_attributes()
677 return PKCS11_CKR_DEVICE_MEMORY; in load_tee_eddsa_key_attrs()
693 return PKCS11_CKR_DEVICE_MEMORY; in load_tee_eddsa_key_attrs()
834 return PKCS11_CKR_DEVICE_MEMORY; in pkcs2tee_proc_params_eddsa()
H A Dprocessing_rsa.c48 return PKCS11_CKR_DEVICE_MEMORY; in pkcs2tee_proc_params_rsa_pss()
241 return PKCS11_CKR_DEVICE_MEMORY; in pkcs2tee_proc_params_rsa_oaep()
302 return PKCS11_CKR_DEVICE_MEMORY; in pkcs2tee_proc_params_rsa_aes_wrap()
549 return PKCS11_CKR_DEVICE_MEMORY; in load_tee_rsa_key_attrs()
569 return PKCS11_CKR_DEVICE_MEMORY; in load_tee_rsa_key_attrs()
824 return PKCS11_CKR_DEVICE_MEMORY; in pkcs2tee_rsa_nopad_context()
H A Dserializer.c63 return PKCS11_CKR_DEVICE_MEMORY; in alloc_and_get()
186 return PKCS11_CKR_DEVICE_MEMORY; in serialize()
H A Dpersistent_token.c182 return PKCS11_CKR_DEVICE_MEMORY; in setup_identity_auth_from_pin()
317 return PKCS11_CKR_DEVICE_MEMORY; in create_object_uuid()
375 return PKCS11_CKR_DEVICE_MEMORY; in unregister_persistent_object()
432 return PKCS11_CKR_DEVICE_MEMORY; in register_persistent_object()
500 rc = PKCS11_CKR_DEVICE_MEMORY; in load_persistent_object_attributes()
H A Dobject.c227 return PKCS11_CKR_DEVICE_MEMORY; in create_object()
234 rc = PKCS11_CKR_DEVICE_MEMORY; in create_object()
485 return PKCS11_CKR_DEVICE_MEMORY; in find_ctx_add()
552 rc = PKCS11_CKR_DEVICE_MEMORY; in entry_find_objects_init()
635 rc = PKCS11_CKR_DEVICE_MEMORY; in entry_find_objects_init()
1070 rc = PKCS11_CKR_DEVICE_MEMORY; in entry_set_attribute_value()
1238 rc = PKCS11_CKR_DEVICE_MEMORY; in entry_copy_object()
H A Dprocessing_asymm.c544 rc = PKCS11_CKR_DEVICE_MEMORY; in step_asymm_operation()
561 rc = PKCS11_CKR_DEVICE_MEMORY; in step_asymm_operation()
587 rc = PKCS11_CKR_DEVICE_MEMORY; in step_asymm_operation()
606 rc = PKCS11_CKR_DEVICE_MEMORY; in step_asymm_operation()
685 return PKCS11_CKR_DEVICE_MEMORY; in step_asymm_operation()
1199 return PKCS11_CKR_DEVICE_MEMORY; in unwrap_rsa_aes_key()
H A Dprocessing_symm.c304 return PKCS11_CKR_DEVICE_MEMORY; in hash_secret_helper()
450 return PKCS11_CKR_DEVICE_MEMORY; in tee_init_derive_symm()
579 return PKCS11_CKR_DEVICE_MEMORY; in init_tee_operation()
1110 return PKCS11_CKR_DEVICE_MEMORY; in derive_key_by_symm_enc()
1174 return PKCS11_CKR_DEVICE_MEMORY; in wrap_data_by_symm_enc()
1227 return PKCS11_CKR_DEVICE_MEMORY; in unwrap_key_by_symm()
H A Dpkcs11_token.c226 return PKCS11_CKR_DEVICE_MEMORY; in set_processing_state()
483 return PKCS11_CKR_DEVICE_MEMORY; in entry_ck_token_mecha_ids()
657 return PKCS11_CKR_DEVICE_MEMORY; in entry_ck_open_session()
662 return PKCS11_CKR_DEVICE_MEMORY; in entry_ck_open_session()
1651 return PKCS11_CKR_DEVICE_MEMORY; in entry_ck_generate_random()
H A Dpkcs11_helpers.c261 PKCS11_ID(PKCS11_CKR_DEVICE_MEMORY),
390 return PKCS11_CKR_DEVICE_MEMORY; in tee2pkcs_error()
H A Dpkcs11_attributes.c1046 rc = PKCS11_CKR_DEVICE_MEMORY; in create_ec_priv_key_hidden_attributes()
1055 rc = PKCS11_CKR_DEVICE_MEMORY; in create_ec_priv_key_hidden_attributes()
2564 rc = PKCS11_CKR_DEVICE_MEMORY; in set_private_key_data_rsa()
2681 return PKCS11_CKR_DEVICE_MEMORY; in alloc_copy_attribute_value()
2765 rc = PKCS11_CKR_DEVICE_MEMORY; in encode_rsa_private_key_der()
2880 rc = PKCS11_CKR_DEVICE_MEMORY; in compute_check_value_with_sha1()
H A Dattributes.c25 return PKCS11_CKR_DEVICE_MEMORY; in init_attributes_head()
H A Dprocessing.c200 return PKCS11_CKR_DEVICE_MEMORY; in generate_random_key_value()
360 return PKCS11_CKR_DEVICE_MEMORY; in alloc_get_tee_attribute_data()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h737 PKCS11_CKR_DEVICE_MEMORY = 0x0031, enumerator