Home
last modified time | relevance | path

Searched refs:attr_ptr (Results 1 – 2 of 2) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dattributes.c111 void **attr_ptr = attr; in get_attribute_ptrs() local
131 *attr_ptr++ = cur + sizeof(pkcs11_ref); in get_attribute_ptrs()
133 *attr_ptr++ = NULL; in get_attribute_ptrs()
153 void **attr_ptr, uint32_t *attr_size) in get_attribute_ptr() argument
157 get_attribute_ptrs(head, attribute, attr_ptr, attr_size, &count); in get_attribute_ptr()
172 void *attr_ptr = NULL; in get_attribute() local
175 rc = get_attribute_ptr(head, attribute, &attr_ptr, &size); in get_attribute()
186 TEE_MemMove(attr, attr_ptr, size); in get_attribute()
H A Dattributes.h134 void **attr_ptr, uint32_t *attr_size);