Searched refs:OBJ_txt2obj (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_pmaps.c137 obj1 = OBJ_txt2obj(val->name, 0);
138 obj2 = OBJ_txt2obj(val->value, 0);
H A Dv3_extku.c141 if (!(objtmp = OBJ_txt2obj(extval, 0))) {
H A Dv3_info.c186 acc->method = OBJ_txt2obj(objtmp, 0);
H A Dv3_cpols.c182 if (!(pobj = OBJ_txt2obj(cnf->name, 0))) {
218 if (!(pobj = OBJ_txt2obj(cnf->value, 0))) {
H A Dv3_alt.c461 if (!(obj = OBJ_txt2obj(value, 0))) {
535 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
H A Dv3_pci.c89 if (!(*language = OBJ_txt2obj(val->value, 0))) {
H A Dv3_conf.c271 if (!(obj = OBJ_txt2obj(ext, 0))) {
/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Dobj_dat.c409 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name) function
591 obj = OBJ_txt2obj(s, 0);
H A Dobjects.h1012 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name);
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509name.c292 obj = OBJ_txt2obj(field, 0);
H A Dx509_att.c275 obj = OBJ_txt2obj(atrname, 0);
/freebsd-9.3-release/crypto/openssl/apps/
H A Dx509.c315 if (!(objtmp = OBJ_txt2obj(*(++argv), 0))) {
326 if (!(objtmp = OBJ_txt2obj(*(++argv), 0))) {
H A Dcms.c312 econtent_type = OBJ_txt2obj(*args, 0);
H A Dca.c2606 otmp = OBJ_txt2obj(rev_arg, 0);
2834 hold = OBJ_txt2obj(arg_str, 0);
H A Dapps.c2111 otmp = OBJ_txt2obj(argn, 0);
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c668 if (!(atmp->value.object = OBJ_txt2obj(str, 0))) {

Completed in 85 milliseconds