Searched refs:txt2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dpkcs1.c274 char txt[100], txt2[100]; local
276 asn1_oid_to_str(hash_alg, txt2, sizeof(txt2));
279 txt, txt2);
/freebsd-13-stable/contrib/wpa/hs20/client/
H A Dest.c306 char txt[100], txt2[100]; local
325 res = OBJ_obj2txt(txt2, sizeof(txt2), oid, 1);
326 if (res < 0 || res >= (int) sizeof(txt2))
330 txt, txt2);

Completed in 210 milliseconds