Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.c781 ASN1_OBJECT *tmpoid = NULL; in OBJ_create() local
799 tmpoid = OBJ_txt2obj(oid, 1); in OBJ_create()
800 if (tmpoid == NULL) in OBJ_create()
804 tmpoid = ASN1_OBJECT_new(); in OBJ_create()
805 if (tmpoid == NULL) { in OBJ_create()
813 ASN1_OBJECT_free(tmpoid); in OBJ_create()
819 && ossl_obj_obj2nid(tmpoid, 0) != NID_undef) { in OBJ_create()
824 tmpoid->nid = obj_new_nid_unlocked(1); in OBJ_create()
826 if (tmpoid->nid == NID_undef) in OBJ_create()
829 tmpoid->sn = (char *)sn; in OBJ_create()
[all …]