Home
last modified time | relevance | path

Searched refs:PKCS11_CKR_WRAPPED_KEY_LEN_RANGE (Results 1 – 4 of 4) sorted by relevance

/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h783 PKCS11_CKR_WRAPPED_KEY_LEN_RANGE = 0x0112, enumerator
/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c2556 rc = PKCS11_CKR_WRAPPED_KEY_LEN_RANGE; in set_private_key_data_rsa()
2580 rc = PKCS11_CKR_WRAPPED_KEY_LEN_RANGE; in set_private_key_data_rsa()
2596 rc = PKCS11_CKR_WRAPPED_KEY_LEN_RANGE; in set_private_key_data_rsa()
2612 rc = PKCS11_CKR_WRAPPED_KEY_LEN_RANGE; in set_private_key_data_rsa()
2628 rc = PKCS11_CKR_WRAPPED_KEY_LEN_RANGE; in set_private_key_data_rsa()
H A Dpkcs11_helpers.c304 PKCS11_ID(PKCS11_CKR_WRAPPED_KEY_LEN_RANGE),
H A Dprocessing_symm.c1211 return PKCS11_CKR_WRAPPED_KEY_LEN_RANGE; in unwrap_key_by_symm()