Home
last modified time | relevance | path

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

/external/openssl/apps/
Dapps.c1789 CA_DB *retdb = NULL; in load_index() local
1832 if ((retdb = OPENSSL_malloc(sizeof(CA_DB))) == NULL) in load_index()
1838 retdb->db = tmpdb; in load_index()
1841 retdb->attributes = *db_attr; in load_index()
1844 retdb->attributes.unique_subject = 1; in load_index()
1855 retdb->attributes.unique_subject = parse_yesno(p,1); in load_index()
1863 return retdb; in load_index()