Lines Matching defs:nid
286 * nid - NID for the attribute to be found (either NID_friendlyName or
328 find_attr(int nid, ASN1_STRING *str, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey,
345 if (chkcerts && nid == NID_friendlyName &&
371 if (nid == NID_friendlyName && ustr != NULL) {
422 t = PKCS12_get_attr_gen(p->attributes, nid);
444 * nid - NID of the attribute being searched for
451 find_attr_by_nid(STACK_OF(X509_ATTRIBUTE) *attrs, int nid)
461 if (OBJ_obj2nid(a->object) == nid)
530 * nid - NID of the attribute
537 type2attrib(ASN1_TYPE *ty, int nid)
550 a->object = OBJ_nid2obj(nid);