Searched refs:key_buf (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_sake_common.c | 271 u8 key_buf[EAP_MSK_LEN + EAP_EMSK_LEN]; in eap_sake_derive_keys() local 302 key_buf, sizeof(key_buf)) < 0) in eap_sake_derive_keys() 304 os_memcpy(msk, key_buf, EAP_MSK_LEN); in eap_sake_derive_keys() 305 os_memcpy(emsk, key_buf + EAP_MSK_LEN, EAP_EMSK_LEN); in eap_sake_derive_keys()
|
/external/vboot_reference/host/lib21/ |
D | host_key.c | 381 uint8_t *key_data, *key_buf; in vb2_public_key_read_keyb() local 406 key_buf = vb2_public_key_packed_data(key); in vb2_public_key_read_keyb() 407 memcpy(key_buf, key_data, key_size); in vb2_public_key_read_keyb() 410 if (vb2_unpack_key_data(key, key_buf, key_size)) { in vb2_public_key_read_keyb()
|
/external/boringssl/src/ssl/ |
D | tls13_enc.cc | 156 uint8_t key_buf[EVP_AEAD_MAX_KEY_LENGTH]; in tls13_set_traffic_key() local 157 auto key = MakeSpan(key_buf, key_len); in tls13_set_traffic_key() 370 uint8_t key_buf[EVP_MAX_MD_SIZE]; in tls13_verify_data() local 371 auto key = MakeSpan(key_buf, EVP_MD_size(digest)); in tls13_verify_data()
|
/external/u-boot/fs/ubifs/ |
D | debug.c | 307 char key_buf[DBG_KEY_BUF_LEN]; in ubifs_dump_node() local 422 dbg_snprintf_key(c, &key, key_buf, DBG_KEY_BUF_LEN)); in ubifs_dump_node() 457 dbg_snprintf_key(c, &key, key_buf, DBG_KEY_BUF_LEN)); in ubifs_dump_node() 481 dbg_snprintf_key(c, &key, key_buf, DBG_KEY_BUF_LEN)); in ubifs_dump_node() 519 dbg_snprintf_key(c, &key, key_buf, in ubifs_dump_node() 862 char key_buf[DBG_KEY_BUF_LEN]; in ubifs_dump_znode() local 885 dbg_snprintf_key(c, &zbr->key, key_buf, in ubifs_dump_znode() 890 dbg_snprintf_key(c, &zbr->key, key_buf, in ubifs_dump_znode() 1188 char key_buf[DBG_KEY_BUF_LEN]; in dbg_check_key_order() local 1219 zbr1->offs, dbg_snprintf_key(c, &key, key_buf, in dbg_check_key_order() [all …]
|