Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DOBJ_nid2obj.pod5 OBJ_nid2obj, OBJ_nid2ln, OBJ_nid2sn, OBJ_obj2nid, OBJ_txt2nid, OBJ_ln2nid, OBJ_sn2nid,
19 int OBJ_txt2nid(const char *s);
43 OBJ_txt2nid() returns NID corresponding to text string <s>. B<s> can be
138 OBJ_obj2nid(), OBJ_ln2nid(), OBJ_sn2nid() and OBJ_txt2nid() return
/onnv-gate/usr/src/common/openssl/apps/
H A Dpkcs8.c126 pbe_nid=OBJ_txt2nid(*args); in MAIN()
H A Dpkcs12.c178 cert_pbe=OBJ_txt2nid(*args); in MAIN()
191 key_pbe=OBJ_txt2nid(*args); in MAIN()
H A Dreq.c1346 if ((nid=OBJ_txt2nid(type)) == NID_undef) goto start; in prompt_info()
1409 if ((nid=OBJ_txt2nid(type)) == NID_undef) in prompt_info()
H A Dca.c1783 if ((j=OBJ_txt2nid(cv->name)) == NID_undef) in do_body()
2312 if ((nid=OBJ_txt2nid(type)) == NID_undef) in certify_spkac()
H A Dapps.c2127 if ((nid=OBJ_txt2nid(ne_types[i])) == NID_undef) in parse_name()
/onnv-gate/usr/src/common/openssl/crypto/ocsp/
H A Docsp_ext.c469 if ((nid=OBJ_txt2nid(*oids))!=NID_undef&&(o=OBJ_nid2obj(nid))) in OCSP_accept_responses_new()
/onnv-gate/usr/src/common/openssl/crypto/objects/
H A Dobjects.h1010 int OBJ_txt2nid(const char *s);
H A Dobj_dat.c501 int OBJ_txt2nid(const char *s) in OBJ_txt2nid() function
/onnv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c517 nid = OBJ_txt2nid(oid); \ in pkinit_init_pkinit_oids()
/onnv-gate/usr/src/common/openssl/
H A DCHANGES7257 *) The function OBJ_txt2nid was broken. It was supposed to return a nid
7261 OBJ_txt2nid to use it. OBJ_txt2obj can also return objects even if the