Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
A Dprocessing_rsa.c408 if (rc != PKCS11_CKR_OK && rc != PKCS11_RV_NOT_FOUND) in load_tee_rsa_key_attrs()
410 if (rc == PKCS11_RV_NOT_FOUND || !a_ptr) { in load_tee_rsa_key_attrs()
469 if (rc != PKCS11_CKR_OK && rc != PKCS11_RV_NOT_FOUND) in tee2pkcs_rsa_attributes()
477 rc = PKCS11_RV_NOT_FOUND; in tee2pkcs_rsa_attributes()
480 if (rc == PKCS11_RV_NOT_FOUND) { in tee2pkcs_rsa_attributes()
555 if (rc != PKCS11_CKR_OK && rc != PKCS11_RV_NOT_FOUND) in generate_rsa_keys()
A Dpkcs11_attributes.c204 if (rc != PKCS11_RV_NOT_FOUND) in pkcs11_import_object_boolprop()
283 if (rc == PKCS11_RV_NOT_FOUND) { in set_optional_attributes_with_def()
679 } else if (rc == PKCS11_RV_NOT_FOUND) { in create_certificate_attributes()
698 } else if (rc == PKCS11_RV_NOT_FOUND) { in create_certificate_attributes()
879 if (rc != PKCS11_RV_NOT_FOUND) in sanitize_symm_key_attributes()
1114 PKCS11_RV_NOT_FOUND) { in create_attributes_from_template()
1120 PKCS11_RV_NOT_FOUND) { in create_attributes_from_template()
1594 if (rc == PKCS11_RV_NOT_FOUND) in parent_key_complies_allowed_processings()
2149 if (rc && rc != PKCS11_RV_NOT_FOUND) in set_secret_key_data()
2216 if (rc != PKCS11_RV_NOT_FOUND) in add_missing_attribute_id()
[all …]
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_symm.c131 return PKCS11_RV_NOT_FOUND; in pkcs2tee_key_type()
163 return PKCS11_RV_NOT_FOUND; in pkcsmech2tee_key_type()
195 return PKCS11_RV_NOT_FOUND; in hmac_to_tee_hash()
A Dtoken_capabilities.c207 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.c182 if (rc != PKCS11_CKR_OK && rc != PKCS11_RV_NOT_FOUND) in generate_random_key_value()
/optee_os/ta/pkcs11/include/
A Dpkcs11_ta.h799 PKCS11_RV_NOT_FOUND = 0x80000000, enumerator

Completed in 21 milliseconds