HomeSort by: relevance | last modified time | path
    Searched defs:pnid (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/objects/
obj_xref.c 150 int dnid = NID_undef, pnid = NID_undef, ret = 0; local
171 if (ossl_obj_find_sigid_algs(signid, &dnid, &pnid, 0)) {
172 ret = dnid == dig_id && pnid == pkey_id;
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_req.c 145 int *pnid; local
149 for (pnid = ext_nids; *pnid != NID_undef; pnid++) {
150 exts = get_extensions_by_nid(req, *pnid);
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_req.c 143 int idx, *pnid; local
148 for (pnid = ext_nids; *pnid != NID_undef; pnid++) {
149 idx = X509_REQ_get_attr_by_NID(req, *pnid, -1);
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_req.c 157 int idx, *pnid; local
162 for (pnid = ext_nids; *pnid != NID_undef; pnid++) {
163 idx = X509_REQ_get_attr_by_NID(req, *pnid, -1);

Completed in 24 milliseconds