Home
last modified time | relevance | path

Searched refs:list_object_next (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/store/
Dstr_meth.c142 sm->list_object_next = list_next_f; in STORE_method_set_list_next_function()
223 return sm->list_object_next; in STORE_method_get_list_next_function()
Dstr_locl.h97 STORE_NEXT_OBJECT_FUNC_PTR list_object_next; member
Dstr_lib.c392 list_object_next,STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION); in STORE_list_certificate_next()
394 object = s->meth->list_object_next(s, handle); in STORE_list_certificate_next()
613 list_object_next,STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION); in STORE_list_private_key_next()
615 object = s->meth->list_object_next(s, handle); in STORE_list_private_key_next()
808 list_object_next,STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION); in STORE_list_public_key_next()
810 object = s->meth->list_object_next(s, handle); in STORE_list_public_key_next()
1002 list_object_next,STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION); in STORE_list_crl_next()
1004 object = s->meth->list_object_next(s, handle); in STORE_list_crl_next()