Searched refs:tmp_os (Results 1 – 3 of 3) sorted by relevance
182 std::ostringstream tmp_os;183 tmp_os.imbue(std::locale::classic());185 tmp_os << address();187 tmp_os << '[' << address() << ']';188 tmp_os << ':' << port();190 return tmp_os.str();
445 ASN1_OCTET_STRING tmp_os; in CMS_RecipientInfo_kekri_id_cmp() local452 tmp_os.type = V_ASN1_OCTET_STRING; in CMS_RecipientInfo_kekri_id_cmp()453 tmp_os.flags = 0; in CMS_RecipientInfo_kekri_id_cmp()454 tmp_os.data = (unsigned char *)id; in CMS_RecipientInfo_kekri_id_cmp()455 tmp_os.length = (int)idlen; in CMS_RecipientInfo_kekri_id_cmp()456 return ASN1_OCTET_STRING_cmp(&tmp_os, kekri->kekid->keyIdentifier); in CMS_RecipientInfo_kekri_id_cmp()