/third_party/ejdb/src/jbi/ |
D | jbi_util.c | 8 void jbi_jbl_fill_ikey(JBIDX idx, JBL jbv, IWKV_val *ikey, char numbuf[static JBNUMBUF_SIZE]) { in jbi_jbl_fill_ikey() argument 12 ikey->size = 0; in jbi_jbl_fill_ikey() 13 ikey->data = 0; in jbi_jbl_fill_ikey() 19 ikey->size = jbl_size(jbv); in jbi_jbl_fill_ikey() 20 ikey->data = (void*) jbl_get_str(jbv); in jbi_jbl_fill_ikey() 23 ikey->size = (size_t) iwitoa(jbl_get_i64(jbv), numbuf, JBNUMBUF_SIZE); in jbi_jbl_fill_ikey() 24 ikey->data = numbuf; in jbi_jbl_fill_ikey() 28 ikey->size = sizeof("true"); in jbi_jbl_fill_ikey() 29 ikey->data = "true"; in jbi_jbl_fill_ikey() 31 ikey->size = sizeof("false"); in jbi_jbl_fill_ikey() [all …]
|
/third_party/e2fsprogs/misc/ |
D | e2undo.c | 312 struct undo_key_info *ikey; in main() local 486 ikey = undo_ctx.keys; in main() 545 j++, ikey++, dkey++) { in main() 546 ikey->fsblk = ext2fs_le64_to_cpu(dkey->fsblk); in main() 547 ikey->fileblk = lblk; in main() 548 ikey->blk_crc = ext2fs_le32_to_cpu(dkey->blk_crc); in main() 549 ikey->size = ext2fs_le32_to_cpu(dkey->size); in main() 550 lblk += (ikey->size + undo_ctx.blocksize - 1) / in main() 554 ikey->size) { in main() 558 (unsigned long long) ikey->fsblk); in main() [all …]
|
/third_party/iowow/src/kv/tests/ |
D | iwkv_test9.c | 30 IWKV_val ikey, ival; in iwkv_test9_1() local 31 ikey.data = ip1; in iwkv_test9_1() 32 ikey.size = 4; in iwkv_test9_1() 36 iwrc rc = iwkv_put(db, &ikey, &ival, opflags); in iwkv_test9_1() 42 IWKV_val ikey, ival; in iwkv_test9_1() local 43 ikey.data = ip2; in iwkv_test9_1() 44 ikey.size = 4; in iwkv_test9_1() 48 iwrc rc = iwkv_put(db, &ikey, &ival, opflags); in iwkv_test9_1()
|
/third_party/openssl/crypto/rc4/asm/ |
D | rc4-s390x.pl | 177 $ikey="%r7"; 195 lghi $ikey,-256 201 llgc $acc,2+256($ikey,$key) 204 la $ikey,1($ikey) 208 tml $ikey,255 210 stc $dat,2+256-1($ikey,$key)
|
/third_party/libnl/lib/route/link/ |
D | ipvti.c | 44 uint32_t ikey; member 101 ipvti->ikey = nla_get_u32(tb[IFLA_VTI_IKEY]); in ipvti_parse() 139 NLA_PUT_U32(msg, IFLA_VTI_IKEY, ipvti->ikey); in ipvti_put_attrs() 192 nl_dump_line(p, "%x\n",ipvti->ikey); in ipvti_dump_details() 351 int rtnl_link_ipvti_set_ikey(struct rtnl_link *link, uint32_t ikey) in rtnl_link_ipvti_set_ikey() argument 357 ipvti->ikey = ikey; in rtnl_link_ipvti_set_ikey() 375 return ipvti->ikey; in rtnl_link_ipvti_get_ikey()
|
D | ipgre.c | 53 uint32_t ikey; member 126 ipgre->ikey = nla_get_u32(tb[IFLA_GRE_IKEY]); in ipgre_parse() 185 NLA_PUT_U32(msg, IFLA_GRE_IKEY, ipgre->ikey); in ipgre_put_attrs() 257 nl_dump_line(p, "%x\n",ipgre->ikey); in ipgre_dump_details() 590 int rtnl_link_ipgre_set_ikey(struct rtnl_link *link, uint32_t ikey) in rtnl_link_ipgre_set_ikey() argument 596 ipgre->ikey = ikey; in rtnl_link_ipgre_set_ikey() 614 return ipgre->ikey; in rtnl_link_ipgre_get_ikey()
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_lib.c | 27 ASN1_BIT_STRING *ikey; in OCSP_cert_to_id() local 37 ikey = X509_get0_pubkey_bitstr(issuer); in OCSP_cert_to_id() 38 return OCSP_cert_id_new(dgst, iname, ikey, serial); in OCSP_cert_to_id()
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.h | 174 unsigned hash = 0, *ikey = (unsigned *)key; in cso_construct_key() local 180 hash ^= ikey[i]; in cso_construct_key()
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_cache.c | 62 const GLuint *ikey = (const GLuint *) key; in hash_key() local 69 for (i = 0; i < key_size / sizeof(*ikey); i++) in hash_key() 71 hash += ikey[i]; in hash_key()
|
/third_party/ejdb/src/ |
D | ejdb2_internal.h | 208 void jbi_jbl_fill_ikey(JBIDX idx, JBL jbv, IWKV_val *ikey, char numbuf[static JBNUMBUF_SIZE]); 209 void jbi_jqval_fill_ikey(JBIDX idx, const JQVAL *jqval, IWKV_val *ikey, char numbuf[static JBNUMBUF… 210 void jbi_node_fill_ikey(JBIDX idx, JBL_NODE node, IWKV_val *ikey, char numbuf[static JBNUMBUF_SIZE]…
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl_ocsp.c | 398 ASN1_BIT_STRING *ikey; in issuer_match() local 435 ikey = X509_get0_pubkey_bitstr(issuer); in issuer_match() 436 if (!ikey || in issuer_match() 437 !EVP_Digest(ikey->data, ikey->length, md, &len, dgst, NULL) || in issuer_match()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl_ocsp.c | 398 ASN1_BIT_STRING *ikey; in issuer_match() local 435 ikey = X509_get0_pubkey_bitstr(issuer); in issuer_match() 436 if (!ikey || in issuer_match() 437 !EVP_Digest(ikey->data, ikey->length, md, &len, dgst, NULL) || in issuer_match()
|
/third_party/libnl/include/netlink/route/link/ |
D | ipvti.h | 29 extern int rtnl_link_ipvti_set_ikey(struct rtnl_link *link, uint32_t ikey);
|
D | ipgre.h | 39 extern int rtnl_link_ipgre_set_ikey(struct rtnl_link *link, uint32_t ikey);
|
/third_party/glib/glib/tests/ |
D | hash.c | 596 gpointer ikey, ivalue; in test_hash_misc() local 626 g_assert (g_hash_table_iter_next (&iter, &ikey, &ivalue)); in test_hash_misc() 628 handle_pair (ikey, ivalue, result_array); in test_hash_misc() 633 g_assert (! g_hash_table_iter_next (&iter, &ikey, &ivalue)); in test_hash_misc() 663 g_assert (g_hash_table_iter_next (&iter, &ikey, &ivalue)); in test_hash_misc() 670 g_assert (g_hash_table_iter_next (&iter, &ikey, &ivalue)); in test_hash_misc()
|
/third_party/mbedtls/library/ |
D | constant_time.c | 467 const unsigned char * const ikey = ctx->hmac_ctx; in mbedtls_ct_hmac() local 468 const unsigned char * const okey = ikey + block_size; in mbedtls_ct_hmac()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ieee802_1x.c | 267 u8 *ikey; in ieee802_1x_tx_key() local 268 ikey = os_malloc(hapd->conf->individual_wep_key_len); in ieee802_1x_tx_key() 269 if (ikey == NULL || in ieee802_1x_tx_key() 270 random_get_bytes(ikey, hapd->conf->individual_wep_key_len)) in ieee802_1x_tx_key() 274 os_free(ikey); in ieee802_1x_tx_key() 279 ikey, hapd->conf->individual_wep_key_len); in ieee802_1x_tx_key() 281 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey, in ieee802_1x_tx_key() 287 sta->addr, 0, 1, NULL, 0, ikey, in ieee802_1x_tx_key() 293 os_free(ikey); in ieee802_1x_tx_key()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ieee802_1x.c | 267 u8 *ikey; in ieee802_1x_tx_key() local 269 ikey = os_malloc(hapd->conf->individual_wep_key_len); in ieee802_1x_tx_key() 270 if (!ikey || in ieee802_1x_tx_key() 271 random_get_bytes(ikey, hapd->conf->individual_wep_key_len)) in ieee802_1x_tx_key() 275 os_free(ikey); in ieee802_1x_tx_key() 280 ikey, hapd->conf->individual_wep_key_len); in ieee802_1x_tx_key() 282 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey, in ieee802_1x_tx_key() 288 sta->addr, 0, 0, 1, NULL, 0, ikey, in ieee802_1x_tx_key() 295 os_free(ikey); in ieee802_1x_tx_key()
|
/third_party/openssl/crypto/x509/ |
D | x509_vfy.c | 1517 EVP_PKEY *ikey = NULL; in check_crl() local 1570 ikey = X509_get0_pubkey(issuer); in check_crl() 1572 if (!ikey && in check_crl() 1576 if (ikey) { in check_crl() 1577 int rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags); in check_crl() 1582 if (X509_CRL_verify(crl, ikey) <= 0 && in check_crl()
|
/third_party/openssl/apps/ |
D | ocsp.c | 1045 ASN1_BIT_STRING *ikey; in add_ocsp_serial() local 1057 ikey = X509_get0_pubkey_bitstr(issuer); in add_ocsp_serial() 1063 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno); in add_ocsp_serial()
|
/third_party/libnl/doc/ |
D | route.txt | 1001 extern int rtnl_link_ipgre_set_ikey(struct rtnl_link *link, uint32_t ikey); 1079 extern int rtnl_link_sit_set_ikey(struct rtnl_link *link, uint32_t ikey); 1152 extern int rtnl_link_ipvti_set_ikey(struct rtnl_link *link, uint32_t ikey);
|