Searched refs:mkey (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/libc/rpc/
H A Dgetpublickey.c95 char *mkey; local
142 mkey = strsep(&res, "\t ");
143 if (mkey == NULL) {
156 if (strcmp(mkey, key) == 0) {
H A Dnetnamer.c237 char *mkey; local
297 mkey = strsep(&res, "\t ");
298 if (mkey == NULL) {
311 if (strcmp(mkey, key) == 0) {
/barrelfish-master/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_smi.h58 __be64 mkey; member in struct:ib_smp
88 __be64 mkey; member in struct:ib_port_info
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dmppe.c140 char mkey[sizeof(state->master_key) * 2 + 1]; local
148 sprintf(mkey + i * 2, "%02x", state->master_key[i]);
153 debugstr, pcb->netif->num, mkey, skey));
/barrelfish-master/include/lwip2/netif/ppp/
H A Dmppe.c140 char mkey[sizeof(state->master_key) * 2 + 1]; local
148 sprintf(mkey + i * 2, "%02x", state->master_key[i]);
153 debugstr, pcb->netif->num, mkey, skey));
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_ciph.c628 static void ssl_cipher_get_disabled(unsigned long *mkey, unsigned long *auth, unsigned long *enc, unsigned long *mac, unsigned long *ssl) argument
630 *mkey = 0;
637 *mkey |= SSL_kRSA;
643 *mkey |= SSL_kDHr|SSL_kDHd; /* no such ciphersuites supported! */
646 *mkey |= SSL_kDHr|SSL_kDHd|SSL_kEDH;
650 *mkey |= SSL_kKRB5;
657 *mkey |= SSL_kECDHe|SSL_kECDHr;
661 *mkey |= SSL_kPSK;
674 *mkey |= SSL_kGOST;
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/mlx4/
H A Ddevice.h965 __be64 mkey; member in struct:mlx4_mad_ifc

Completed in 106 milliseconds