Home
last modified time | relevance | path

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

/third_party/openssl/crypto/objects/
Dobj_dat.c693 ASN1_OBJECT *tmpoid = NULL; in OBJ_create() local
704 tmpoid = OBJ_txt2obj(oid, 1); in OBJ_create()
705 if (tmpoid == NULL) in OBJ_create()
709 if (OBJ_obj2nid(tmpoid) != NID_undef) { in OBJ_create()
714 tmpoid->nid = OBJ_new_nid(1); in OBJ_create()
715 tmpoid->sn = (char *)sn; in OBJ_create()
716 tmpoid->ln = (char *)ln; in OBJ_create()
718 ok = OBJ_add_object(tmpoid); in OBJ_create()
720 tmpoid->sn = NULL; in OBJ_create()
721 tmpoid->ln = NULL; in OBJ_create()
[all …]