/external/fio/engines/ |
D | rdma.c | 60 uint32_t rkey; member 138 rd->rmt_us[i].rkey = ntohl(rd->recv_buf.rmt_us[i].rkey); in client_recv() 143 " len %d from peer\n", rd->rmt_us[i].rkey, in client_recv() 611 r_io_u_d->sq_wr.wr.rdma.rkey = rd->rmt_us[index].rkey; in fio_rdmaio_send() 621 r_io_u_d->sq_wr.wr.rdma.rkey = rd->rmt_us[index].rkey; in fio_rdmaio_send() 1173 rd->send_buf.rmt_us[i].rkey = htonl(io_u->mr->rkey); in fio_rdmaio_init() 1177 …log_info("fio: Send rkey %x addr %" PRIx64 " len %d to client\n", io_u->mr->rkey, io_u->buf, max_b… in fio_rdmaio_init()
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | ocsp-responder.sh | 3 openssl ocsp -index demoCA/index.txt -port 8888 -nmin 5 -rsigner ocsp.pem -rkey ocsp.key -CA demoCA…
|
D | ocsp-responder-ica.sh | 3 openssl ocsp -index demoCA/index.txt -port 8888 -nmin 5 -rsigner demoCA/cacert.pem -rkey demoCA/pri…
|
/external/openssl/apps/ |
D | ocsp.c | 108 X509 *ca, X509 *rcert, EVP_PKEY *rkey, 143 EVP_PKEY *key = NULL, *rkey = NULL; in MAIN() local 687 rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL, in MAIN() 689 if (!rkey) in MAIN() 759 if (ridx_filename && (!rkey || !rsigner || !rca_cert)) in MAIN() 774 i = make_ocsp_response(&resp, req, rdb, rca_cert, rsigner, rkey, rother, rflags, nmin, ndays); in MAIN() 915 EVP_PKEY_free(rkey); in MAIN() 1064 X509 *ca, X509 *rcert, EVP_PKEY *rkey, in make_ocsp_response() argument 1155 OCSP_basic_sign(bs, rcert, rkey, NULL, rother, flags); in make_ocsp_response()
|
/external/kernel-headers/original/uapi/rdma/ |
D | ib_user_verbs.h | 276 __u32 rkey; member 292 __u32 rkey; member 610 __u32 rkey; member 617 __u32 rkey; member
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_ndis.c | 918 NDIS_802_11_REMOVE_KEY rkey; in wpa_driver_ndis_remove_key() local 922 os_memset(&rkey, 0, sizeof(rkey)); in wpa_driver_ndis_remove_key() 924 rkey.Length = sizeof(rkey); in wpa_driver_ndis_remove_key() 925 rkey.KeyIndex = key_idx; in wpa_driver_ndis_remove_key() 927 rkey.KeyIndex |= 1 << 30; in wpa_driver_ndis_remove_key() 928 os_memcpy(rkey.BSSID, bssid, ETH_ALEN); in wpa_driver_ndis_remove_key() 930 res = ndis_set_oid(drv, OID_802_11_REMOVE_KEY, (char *) &rkey, in wpa_driver_ndis_remove_key() 931 sizeof(rkey)); in wpa_driver_ndis_remove_key()
|
/external/chromium_org/third_party/icu/source/common/ |
D | serv.h | 823 virtual UBool unregister(URegistryKey rkey, UErrorCode& status);
|
D | serv.cpp | 877 ICUService::unregister(URegistryKey rkey, UErrorCode& status) in unregister() argument 879 ICUServiceFactory *factory = (ICUServiceFactory*)rkey; in unregister()
|
/external/icu/icu4c/source/common/ |
D | serv.h | 823 virtual UBool unregister(URegistryKey rkey, UErrorCode& status);
|
D | serv.cpp | 877 ICUService::unregister(URegistryKey rkey, UErrorCode& status) in unregister() argument 879 ICUServiceFactory *factory = (ICUServiceFactory*)rkey; in unregister()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.c | 292 u8 rkey[32]; in wpa_group_init_gmk_and_counter() local 307 if (random_get_bytes(rkey, sizeof(rkey)) < 0) in wpa_group_init_gmk_and_counter() 310 if (sha1_prf(rkey, sizeof(rkey), "Init Counter", buf, sizeof(buf), in wpa_group_init_gmk_and_counter()
|