Home
last modified time | relevance | path

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

/openssl-master/crypto/objects/
A Dobj_dat.c739 ASN1_OBJECT *tmpoid = NULL; in OBJ_create() local
750 tmpoid = OBJ_txt2obj(oid, 1); in OBJ_create()
751 if (tmpoid == NULL) in OBJ_create()
760 if (ossl_obj_obj2nid(tmpoid, 0) != NID_undef) { in OBJ_create()
765 tmpoid->nid = OBJ_new_nid(1); in OBJ_create()
766 tmpoid->sn = (char *)sn; in OBJ_create()
767 tmpoid->ln = (char *)ln; in OBJ_create()
769 ok = ossl_obj_add_object(tmpoid, 0); in OBJ_create()
771 tmpoid->sn = NULL; in OBJ_create()
772 tmpoid->ln = NULL; in OBJ_create()
[all …]

Completed in 3 milliseconds