Home
last modified time | relevance | path

Searched refs:PKCS11_FUNCTION_MODIFY (Results 1 – 3 of 3) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.h111 PKCS11_FUNCTION_MODIFY, enumerator
H A Dpkcs11_attributes.c74 case PKCS11_FUNCTION_MODIFY: in check_mechanism_against_processing()
1205 case PKCS11_FUNCTION_MODIFY: in create_attributes_from_template()
1276 case PKCS11_FUNCTION_MODIFY: in create_attributes_from_template()
2418 if (function == PKCS11_FUNCTION_MODIFY) in check_attrs_against_modification()
H A Dobject.c994 enum processing_func function = PKCS11_FUNCTION_MODIFY; in entry_set_attribute_value()