Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.h110 PKCS11_FUNCTION_COPY, enumerator
H A Dpkcs11_attributes.c73 case PKCS11_FUNCTION_COPY: in check_mechanism_against_processing()
1208 case PKCS11_FUNCTION_COPY: in create_attributes_from_template()
1277 case PKCS11_FUNCTION_COPY: in create_attributes_from_template()
2330 return function == PKCS11_FUNCTION_COPY; in attribute_is_modifiable()
H A Dobject.c1134 enum processing_func function = PKCS11_FUNCTION_COPY; in entry_copy_object()