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/
H A Dattributes.c94 return PKCS11_RV_NOT_FOUND; in _remove_attribute()
160 return PKCS11_RV_NOT_FOUND; in get_attribute_ptr()
200 if (rc != PKCS11_CKR_OK && rc != PKCS11_RV_NOT_FOUND) in set_attribute()
240 if (rc == PKCS11_RV_NOT_FOUND) in get_bool()
300 if (rc == PKCS11_RV_NOT_FOUND) { in attributes_match_add_reference()
H A Dprocessing_rsa.c529 return PKCS11_RV_NOT_FOUND; in contains_all_rsa_crt_parameters()
596 if (rc == PKCS11_RV_NOT_FOUND) in load_tee_rsa_key_attrs()
657 if (rc != PKCS11_CKR_OK && rc != PKCS11_RV_NOT_FOUND) in tee2pkcs_rsa_attributes()
665 rc = PKCS11_RV_NOT_FOUND; in tee2pkcs_rsa_attributes()
668 if (rc == PKCS11_RV_NOT_FOUND) { in tee2pkcs_rsa_attributes()
743 if (rc != PKCS11_CKR_OK && rc != PKCS11_RV_NOT_FOUND) in generate_rsa_keys()
H A Dpkcs11_attributes.c208 if (rc != PKCS11_RV_NOT_FOUND) in pkcs11_import_object_boolprop()
287 if (rc == PKCS11_RV_NOT_FOUND) { in set_optional_attributes_with_def()
697 } else if (rc == PKCS11_RV_NOT_FOUND) { in create_certificate_attributes()
716 } else if (rc == PKCS11_RV_NOT_FOUND) { in create_certificate_attributes()
1136 NULL) != PKCS11_RV_NOT_FOUND) in sanitize_symm_key_attributes()
1142 if (rc != PKCS11_RV_NOT_FOUND) in sanitize_symm_key_attributes()
1396 PKCS11_RV_NOT_FOUND) { in create_attributes_from_template()
1402 PKCS11_RV_NOT_FOUND) { in create_attributes_from_template()
1451 NULL) == PKCS11_RV_NOT_FOUND) { in create_attributes_from_template()
1887 if (rc == PKCS11_RV_NOT_FOUND) in parent_key_complies_allowed_processings()
[all …]
H 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()
H A Dtoken_capabilities.c219 TEE_Panic(PKCS11_RV_NOT_FOUND); in mechanism_is_one_shot_only()
H A Dpkcs11_helpers.c314 PKCS11_ID(PKCS11_RV_NOT_FOUND),
H A Dpersistent_token.c368 return PKCS11_RV_NOT_FOUND; in unregister_persistent_object()
H A Dobject.c878 case PKCS11_RV_NOT_FOUND: in entry_get_attribute_value()
H A Dprocessing.c195 if (rc != PKCS11_CKR_OK && rc != PKCS11_RV_NOT_FOUND) in generate_random_key_value()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h799 PKCS11_RV_NOT_FOUND = 0x80000000, enumerator