Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/objects/
H A Dobj_dat.c778 ASN1_OBJECT *tmpoid = NULL; in OBJ_create() local
796 tmpoid = OBJ_txt2obj(oid, 1); in OBJ_create()
797 if (tmpoid == NULL) in OBJ_create()
801 tmpoid = ASN1_OBJECT_new(); in OBJ_create()
802 if (tmpoid == NULL) { in OBJ_create()
810 ASN1_OBJECT_free(tmpoid); in OBJ_create()
816 && ossl_obj_obj2nid(tmpoid, 0) != NID_undef) { in OBJ_create()
821 tmpoid->nid = obj_new_nid_unlocked(1); in OBJ_create()
823 if (tmpoid->nid == NID_undef) in OBJ_create()
826 tmpoid->sn = (char *)sn; in OBJ_create()
[all …]