Lines Matching refs:nid
530 int nid;
577 nid = OBJ_obj2nid((ASN1_OBJECT *)(xs->cert_info->signature->algorithm));
579 (nid == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(nid));
583 nid = OBJ_obj2nid((ASN1_OBJECT *)(xs->cert_info->key->algor->algorithm));
585 (nid == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(nid));
602 int nid;
653 if (n == ssl_var_lookup_ssl_cert_dn_rec[i].nid && idx-- == 0) {
941 int i, nid;
953 /* Retrieve the nid, and check whether this is one of the nids
955 nid = OBJ_obj2nid((ASN1_OBJECT *)X509_NAME_ENTRY_get_object(xsne));
957 tag = apr_hash_get(nids, &nid, sizeof nid);
963 /* Check whether a variable with this nid was already
965 dup = apr_hash_get(count, &nid, sizeof nid);
972 apr_hash_set(count, &nid, sizeof nid, dup);
992 apr_hash_set(nids, &ssl_var_lookup_ssl_cert_dn_rec[n].nid,
993 sizeof(ssl_var_lookup_ssl_cert_dn_rec[0].nid),