Searched refs:attr_ptr (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | attributes.c | 112 void **attr_ptr = attr; in get_attribute_ptrs() local 132 *attr_ptr++ = cur + sizeof(pkcs11_ref); in get_attribute_ptrs() 134 *attr_ptr++ = NULL; in get_attribute_ptrs() 154 void **attr_ptr, uint32_t *attr_size) in get_attribute_ptr() argument 158 get_attribute_ptrs(head, attribute, attr_ptr, attr_size, &count); in get_attribute_ptr() 173 void *attr_ptr = NULL; in get_attribute() local 176 rc = get_attribute_ptr(head, attribute, &attr_ptr, &size); in get_attribute() 187 TEE_MemMove(attr, attr_ptr, size); in get_attribute()
|
A D | attributes.h | 134 void **attr_ptr, uint32_t *attr_size);
|
Completed in 3 milliseconds