HomeSort by: relevance | last modified time | path
    Searched defs:macs (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
mac.c 58 static const struct macalg macs[] = { variable in typeref:struct:macalg
82 /* Returns a list of supported MACs separated by the specified char. */
90 for (m = macs; m->name != NULL; m++)
120 for (m = macs; m->name != NULL; m++) {
readconf.h 83 char *macs; /* SSH2 macs in order of preference. */ member in struct:__anon1125
servconf.h 134 char *macs; /* Supported SSH2 macs. */ member in struct:__anon1130
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_attach.c 275 } 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)
  /src/crypto/external/apache2/openssl/dist/apps/
list.c 267 STACK_OF(EVP_MAC) *macs = sk_EVP_MAC_new(mac_cmp);
270 if (macs == NULL) {
274 BIO_printf(bio_out, "Provided MACs:\n");
275 EVP_MAC_do_all_provided(app_get0_libctx(), collect_macs, macs); local
276 sk_EVP_MAC_sort(macs);
277 for (i = 0; i < sk_EVP_MAC_num(macs); i++) {
278 const EVP_MAC *m = sk_EVP_MAC_value(macs, i);
307 sk_EVP_MAC_pop_free(macs, EVP_MAC_free);
  /src/crypto/external/bsd/openssl/dist/apps/
list.c 259 STACK_OF(EVP_MAC) *macs = sk_EVP_MAC_new(mac_cmp);
262 if (macs == NULL) {
266 BIO_printf(bio_out, "Provided MACs:\n");
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);
  /src/sys/dev/pci/
if_vioif.c 187 uint8_t macs[][ETHER_ADDR_LEN]; member in struct:virtio_net_ctrl_mac_tbl
2627 memcpy(ctrlq->ctrlq_mac_tbl_uc->macs[0],
2645 memcpy(ctrlq->ctrlq_mac_tbl_mc->macs[nentries],
if_iwmreg.h 2544 /* Possible actions on PHYs, MACs and Bindings */
2893 * @macs: array of MAC id and colors which belong to the binding
2902 uint32_t macs[IWM_MAX_MACS_IN_BINDING]; member in struct:iwm_binding_cmd_v1
2911 * @macs: array of MAC id and colors which belong to the binding
2919 uint32_t macs[IWM_MAX_MACS_IN_BINDING]; member in struct:iwm_binding_cmd
3135 * @mac_active_msk: what MACs were active when the frame was received
3817 * all macs.

Completed in 29 milliseconds