Searched refs:macs (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/s12z/
H A Dmac.s0 macs.b d0, d1, #98
2 macs.b d1, d2, d3
3 macs.w d2, d3, d4
4 macs.l d3, d7, #9842
H A Dmac.d12 0: 1b 4c ec 62 macs.b d0, d1, #98
13 4: 1b 4d c0 b9 macs.b d1, d2, d3
14 8: 1b 48 c9 ba macs.w d2, d3, d4
15 c: 1b 49 ff 00 macs.l d3, d7, #9842
/netbsd-current/crypto/external/bsd/openssl/lib/libapps/
H A DMakefile43 .PATH: ${OPENSSLSRC}/providers/implementations/macs
/netbsd-current/crypto/external/bsd/openssl/lib/libcommon/
H A DMakefile45 .PATH: ${OPENSSLSRC}/providers/implementations/macs
/netbsd-current/crypto/external/bsd/openssl/lib/libdefault/
H A DMakefile43 .PATH: ${OPENSSLSRC}/providers/implementations/macs
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dmac.c57 static const struct macalg macs[] = { variable in typeref:struct:macalg
89 for (m = macs; m->name != NULL; m++) {
128 for (m = macs; m->name != NULL; m++) {
H A Dreadconf.h84 char *macs; /* SSH2 macs in order of preference. */ member in struct:__anon10
H A Dservconf.h123 char *macs; /* Supported SSH2 macs. */ member in struct:__anon13
H A Dkex.c332 const char *kexalgos, const char *ciphers, const char *macs,
363 prop[i] = xstrdup(macs ? macs : defprop[i]);
331 kex_proposal_populate_entries(struct ssh *ssh, char *prop[PROPOSAL_MAX], const char *kexalgos, const char *ciphers, const char *macs, const char *comp, const char *hkalgs) argument
H A Dreadconf.c279 { "macs", oMacs },
1598 if (*activep && options->macs == NULL)
1599 options->macs = xstrdup(arg);
2623 options->macs = NULL;
2972 ASSEMBLE(macs, def_mac, all_mac);
3066 free(o->macs);
3686 dump_cfg_string(oMacs, o->macs);
H A Dservconf.c186 options->macs = NULL;
268 ASSEMBLE(macs, def_mac, all_mac);
758 { "macs", sMacs, SSHCFG_GLOBAL },
2045 if (options->macs == NULL)
2046 options->macs = xstrdup(arg);
3362 dump_cfg_string(sMacs, o->macs);
H A Dssh.c976 free(options.macs);
977 options.macs = xstrdup(optarg);
H A Dsshd.c2326 options.ciphers, options.macs, compression, hkalgs);
H A Dsshconnect2.c273 options.macs, compression_alg_list(options.compression),
/netbsd-current/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp90 smart_array_ptr<RijndaelCBCMAC> macs(0);
93 macs = new RijndaelCBCMAC[m_keys.size()];
97 (macs.get())[i] = mac;
124 (macs.get())[i].update(reinterpret_cast<uint8_t *>(&imageHeader), sizeof(imageHeader));
151 (macs.get())[i].update(reinterpret_cast<uint8_t *>(&sectionHeader), sizeof(sectionHeader));
165 (macs.get())[i].finalize();
176 RijndaelCBCMAC & mac = (macs.get())[i];
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dlist.c259 STACK_OF(EVP_MAC) *macs = sk_EVP_MAC_new(mac_cmp);
262 if (macs == NULL) {
267 EVP_MAC_do_all_provided(app_get0_libctx(), collect_macs, macs); local
268 sk_EVP_MAC_sort(macs);
269 for (i = 0; i < sk_EVP_MAC_num(macs); i++) {
270 const EVP_MAC *m = sk_EVP_MAC_value(macs, i);
299 sk_EVP_MAC_pop_free(macs, EVP_MAC_free);
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_attach.c275 } macs[] = { local
291 for (i = 0; i < N(macs); i++)
292 if (macs[i].version == macVersion &&
293 macs[i].revMin <= macRev && macRev <= macs[i].revMax)
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/record/
H A Dssl3_record.c973 SSL_MAC_BUF *macs, size_t macsize)
1213 if (macs != NULL) {
1217 macs[0].alloced = 0;
1220 (void **)&macs[0].mac,
1272 (macs != NULL) ? &macs[ctr].mac : NULL,
1273 (macs != NULL) ? &macs[ctr].alloced
972 tls1_enc(SSL *s, SSL3_RECORD *recs, size_t n_recs, int sending, SSL_MAC_BUF *macs, size_t macsize) argument
/netbsd-current/sys/dev/pci/
H A Dif_vioif.c187 uint8_t macs[][ETHER_ADDR_LEN]; member in struct:virtio_net_ctrl_mac_tbl
2621 memcpy(ctrlq->ctrlq_mac_tbl_uc->macs[0],
2639 memcpy(ctrlq->ctrlq_mac_tbl_mc->macs[nentries],
H A Dif_iwmreg.h2714 * @macs: array of MAC id and colors which belong to the binding
2722 uint32_t macs[IWM_MAX_MACS_IN_BINDING]; member in struct:iwm_binding_cmd
3577 * all macs.
H A Dif_iwm.c4114 cmd.macs[0] = htole32(IWM_FW_CMD_ID_AND_COLOR(in->in_id, in->in_color));
4116 cmd.macs[i] = htole32(IWM_FW_CTXT_INVALID);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/h8300/
H A Dh8300.exp2045 set testname "macs.s: h8300s mac tests"
2048 gas_start "macs.s" "-al"

Completed in 616 milliseconds