Home
last modified time | relevance | path

Searched refs:comp_id (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libssl/
H A Dt1_lib.c629 tls1_set_ec_id(uint16_t *group_id, uint8_t *comp_id, EC_KEY *ec) in tls1_set_ec_id() argument
645 *comp_id = TLSEXT_ECPOINTFORMAT_uncompressed; in tls1_set_ec_id()
647 *comp_id = TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime; in tls1_set_ec_id()
655 tls1_check_ec_key(SSL *s, const uint16_t group_id, const uint8_t comp_id) in tls1_set_ec_id()
668 if (formats[i] == comp_id)
697 uint8_t comp_id; in tls1_check_ec_key()
707 if (!tls1_set_ec_id(&group_id, &comp_id, eckey))
710 return tls1_check_ec_key(s, group_id, comp_id); in tls1_check_ec_server_key()
670 tls1_check_ec_key(SSL * s,const uint16_t * group_id,const uint8_t * comp_id) tls1_check_ec_key() argument
712 uint8_t comp_id; tls1_check_ec_server_key() local
/openbsd-src/usr.bin/aucat/
H A Dafile.c99 char comp_id[4]; member
450 if (memcmp(comm.comp_id, aiff_id_none, 4) == 0) {
453 } else if (memcmp(comm.comp_id, aiff_id_fl32, 4) == 0) { in afile_aiff_readcomm()
456 } else if (memcmp(comm.comp_id, aiff_id_ulaw, 4) == 0) { in afile_aiff_readcomm()
459 } else if (memcmp(comm.comp_id, aiff_id_alaw, 4) == 0) { in afile_aiff_readcomm()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp2016 auto comp_id = SectionContrib->getCompilandId(); in GetCompilandId() local
2017 if (!comp_id) in GetCompilandId()
2027 sec_cs.insert(it, {offset, size, comp_id}); in GetCompilandId()