Searched defs:BY_DIR_ENTRY (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/x509/
H A Dby_dir.c87 } BY_DIR_ENTRY; typedef in typeref:struct:lookup_dir_entry_st
92 STACK_OF(BY_DIR_ENTRY) *dirs;
96 DECLARE_STACK_OF(BY_DIR_ENTRY)
187 static void by_dir_entry_free(BY_DIR_ENTRY *ent)
225 BY_DIR_ENTRY *ent;
248 ent = OPENSSL_malloc(sizeof(BY_DIR_ENTRY));
328 BY_DIR_ENTRY *ent;

Completed in 146 milliseconds