Home
last modified time | relevance | path

Searched refs:tmp_os (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/cms/
H A Dcms_env.c445 ASN1_OCTET_STRING tmp_os; in CMS_RecipientInfo_kekri_id_cmp() local
452 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()
/freebsd-12.1/contrib/binutils/ld/
H A Dldlang.c6267 lang_output_section_statement_type * tmp_os; in lang_record_phdrs() local
6277 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()