Searched refs:attribute_context (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/store/
H A Dstr_mem.c226 void *attribute_context = NULL; local
236 attribute_context = STORE_parse_attrs_start(attributes);
237 if (!attribute_context)
243 while((attrs = STORE_parse_attrs_next(attribute_context)))
258 if (!STORE_parse_attrs_endp(attribute_context))
260 STORE_parse_attrs_end(attribute_context);
265 if (attribute_context) STORE_parse_attrs_end(attribute_context);

Completed in 44 milliseconds