Lines Matching defs:nid
2390 * nid - NID of the attribute
2397 type2attrib(ASN1_TYPE *ty, int nid)
2410 a->object = OBJ_nid2obj(nid);
2446 * nid - NID of the attribute being searched for
2453 find_attr_by_nid(STACK_OF(X509_ATTRIBUTE) *attrs, int nid)
2463 if (OBJ_obj2nid(a->object) == nid)
2547 * nid - NID for the attribute to be found (either NID_friendlyName or
2589 find_attr(int nid, ASN1_STRING *str, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey,
2606 if (chkcerts && nid == NID_friendlyName &&
2632 if (nid == NID_friendlyName && ustr != NULL) {
2683 t = PKCS12_get_attr_gen(p->attributes, nid);