Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssl/apps/
H A Dts.c35 static ASN1_OBJECT *txt2obj(const char *oid);
356 static ASN1_OBJECT *txt2obj(const char *oid) in txt2obj() function
476 if (policy && (policy_obj = txt2obj(policy)) == NULL) in create_query()