Lines Matching defs:nid
2395 * nid - NID of the attribute
2402 type2attrib(ASN1_TYPE *ty, int nid)
2415 a->object = OBJ_nid2obj(nid);
2451 * nid - NID of the attribute being searched for
2458 find_attr_by_nid(STACK_OF(X509_ATTRIBUTE) *attrs, int nid)
2468 if (OBJ_obj2nid(a->object) == nid)
2552 * nid - NID for the attribute to be found (either NID_friendlyName or
2594 find_attr(int nid, ASN1_STRING *str, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey,
2611 if (chkcerts && nid == NID_friendlyName &&
2637 if (nid == NID_friendlyName && ustr != NULL) {
2688 t = PKCS12_get_attr_gen(p->attributes, nid);