Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h1102 PKCS11_CKA_CHECK_VALUE = 0x0090, enumerator
/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c362 PKCS11_CKA_CHECK_VALUE,
413 PKCS11_CKA_CHECK_VALUE,
2187 case PKCS11_CKA_CHECK_VALUE: in attr_is_modifiable_secret_key()
2980 rc = get_attribute_ptr(*head, PKCS11_CKA_CHECK_VALUE, &kcv2, &kcv2_len); in set_check_value_attr()
3035 rc = add_attribute(head, PKCS11_CKA_CHECK_VALUE, kcv, in set_check_value_attr()
H A Dpkcs11_helpers.c51 PKCS11_ID_SZ(PKCS11_CKA_CHECK_VALUE, 0),