Home
last modified time | relevance | path

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

/openssl/crypto/txt_db/
H A Dtxt_db.c40 ret->qual = NULL; in TXT_DB_read()
45 if ((ret->qual = OPENSSL_malloc(sizeof(*(ret->qual)) * num)) == NULL) in TXT_DB_read()
49 ret->qual[i] = NULL; in TXT_DB_read()
121 OPENSSL_free(ret->qual); in TXT_DB_read()
147 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), in TXT_DB_create_index()
166 if ((qual != NULL) && (qual(r) == 0)) in TXT_DB_create_index()
183 db->qual[field] = qual; in TXT_DB_create_index()
241 if ((db->qual[i] != NULL) && (db->qual[i] (row) == 0)) in TXT_DB_insert()
255 if ((db->qual[i] != NULL) && (db->qual[i] (row) == 0)) in TXT_DB_insert()
270 if ((db->qual[i] != NULL) && (db->qual[i] (row) == 0)) in TXT_DB_insert()
[all …]
/openssl/crypto/x509/
H A Dv3_cpols.c172 POLICYQUALINFO *qual; in policy_section() local
193 if ((qual = POLICYQUALINFO_new()) == NULL) { in policy_section()
197 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) { in policy_section()
209 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value, in policy_section()
228 qual = notice_section(ctx, unot, ia5org); in policy_section()
230 if (!qual) in policy_section()
296 POLICYQUALINFO *qual; in notice_section() local
299 if ((qual = POLICYQUALINFO_new()) == NULL) { in notice_section()
311 qual->d.usernotice = not; in notice_section()
385 return qual; in notice_section()
[all …]
/openssl/include/openssl/
H A Dtxt_db.h43 int (**qual) (OPENSSL_STRING *); member
52 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),

Completed in 10 milliseconds