Searched refs:tmp_os (Results 1 – 2 of 2) sorted by relevance
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()
6267 lang_output_section_statement_type * tmp_os; in lang_record_phdrs() local6277 for (tmp_os = os; tmp_os; tmp_os = tmp_os->next) in lang_record_phdrs()6278 if (tmp_os->phdrs) in lang_record_phdrs()6280 pl = tmp_os->phdrs; in lang_record_phdrs()