Searched refs:wrapped_key_len (Results 1 – 2 of 2) sorted by relevance
/optee_client/libckteec/src/ |
A D | pkcs11_processing.h | 132 CK_BYTE_PTR wrapped_key, CK_ULONG_PTR wrapped_key_len); 136 CK_ULONG wrapped_key_len, CK_ATTRIBUTE_PTR attribs,
|
A D | pkcs11_processing.c | 1531 CK_BYTE_PTR wrapped_key, CK_ULONG_PTR wrapped_key_len) in ck_wrap_key() argument 1544 if (!mechanism || !wrapped_key_len) in ck_wrap_key() 1580 if (wrapped_key && *wrapped_key_len) in ck_wrap_key() 1581 out_shm = ckteec_register_shm(wrapped_key, *wrapped_key_len, in ck_wrap_key() 1596 *wrapped_key_len = out_size; in ck_wrap_key() 1611 CK_ULONG wrapped_key_len, CK_ATTRIBUTE_PTR attribs, in ck_unwrap_key() argument 1628 (wrapped_key_len && !wrapped_key)) in ck_unwrap_key() 1671 in_shm = ckteec_register_shm(wrapped_key, wrapped_key_len, in ck_unwrap_key()
|
Completed in 5 milliseconds