Home
last modified time | relevance | path

Searched refs:PKCS11_RV_NOT_FOUND (Results 1 – 10 of 10) sorted by relevance

/optee_os-3.20.0/ta/pkcs11/src/
A Dattributes.c95 return PKCS11_RV_NOT_FOUND; in _remove_attribute()
161 return PKCS11_RV_NOT_FOUND; in get_attribute_ptr()
201 if (rc != PKCS11_CKR_OK && rc != PKCS11_RV_NOT_FOUND) in set_attribute()
241 if (rc == PKCS11_RV_NOT_FOUND) in get_bool()
297 if (rc == PKCS11_RV_NOT_FOUND) { in attributes_match_add_reference()
A Dprocessing_rsa.c565 if (rc != PKCS11_CKR_OK && rc != PKCS11_RV_NOT_FOUND) in load_tee_rsa_key_attrs()
567 if (rc == PKCS11_RV_NOT_FOUND || !a_ptr) { in load_tee_rsa_key_attrs()
626 if (rc != PKCS11_CKR_OK && rc != PKCS11_RV_NOT_FOUND) in tee2pkcs_rsa_attributes()
634 rc = PKCS11_RV_NOT_FOUND; in tee2pkcs_rsa_attributes()
637 if (rc == PKCS11_RV_NOT_FOUND) { in tee2pkcs_rsa_attributes()
712 if (rc != PKCS11_CKR_OK && rc != PKCS11_RV_NOT_FOUND) in generate_rsa_keys()
A Dpkcs11_attributes.c205 if (rc != PKCS11_RV_NOT_FOUND) in pkcs11_import_object_boolprop()
284 if (rc == PKCS11_RV_NOT_FOUND) { in set_optional_attributes_with_def()
686 } else if (rc == PKCS11_RV_NOT_FOUND) { in create_certificate_attributes()
893 if (rc != PKCS11_RV_NOT_FOUND) in sanitize_symm_key_attributes()
1140 PKCS11_RV_NOT_FOUND) { in create_attributes_from_template()
1146 PKCS11_RV_NOT_FOUND) { in create_attributes_from_template()
1633 if (rc == PKCS11_RV_NOT_FOUND) in parent_key_complies_allowed_processings()
2205 if (rc && rc != PKCS11_RV_NOT_FOUND) in set_secret_key_data()
2251 if (rc && rc != PKCS11_RV_NOT_FOUND) in set_private_key_data_rsa()
2547 if (rc != PKCS11_RV_NOT_FOUND) in add_missing_attribute_id()
[all …]
A Dprocessing_symm.c129 return PKCS11_RV_NOT_FOUND; in pkcs2tee_key_type()
161 return PKCS11_RV_NOT_FOUND; in pkcsmech2tee_key_type()
193 return PKCS11_RV_NOT_FOUND; in hmac_to_tee_hash()
A Dtoken_capabilities.c215 TEE_Panic(PKCS11_RV_NOT_FOUND); in mechanism_is_one_shot_only()
A Dpersistent_token.c368 return PKCS11_RV_NOT_FOUND; in unregister_persistent_object()
A Dpkcs11_helpers.c312 PKCS11_ID(PKCS11_RV_NOT_FOUND),
A Dobject.c862 case PKCS11_RV_NOT_FOUND: in entry_get_attribute_value()
A Dprocessing.c188 if (rc != PKCS11_CKR_OK && rc != PKCS11_RV_NOT_FOUND) in generate_random_key_value()
/optee_os-3.20.0/ta/pkcs11/include/
A Dpkcs11_ta.h799 PKCS11_RV_NOT_FOUND = 0x80000000, enumerator

Completed in 21 milliseconds