Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dts.c358 ASN1_OBJECT *oid_obj = NULL; in txt2obj() local
360 if ((oid_obj = OBJ_txt2obj(oid, 0)) == NULL) in txt2obj()
363 return oid_obj; in txt2obj()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dts.c331 ASN1_OBJECT *oid_obj = NULL; in txt2obj() local
333 if ((oid_obj = OBJ_txt2obj(oid, 0)) == NULL) in txt2obj()
336 return oid_obj; in txt2obj()