Home
last modified time | relevance | path

Searched defs:key_buf (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_cipher.cc406 const ArrayBufferOrViewContents<unsigned char>& key_buf, in Init()
459 ArrayBufferOrViewContents<unsigned char> key_buf(args[1]); in Init() local
477 const ByteSource& key_buf, in Init()
535 const ByteSource key_buf = ByteSource::FromSecretKeyBytes(env, args[1]); in Init() local
Dcrypto_dh.cc396 ArrayBufferOrViewContents<unsigned char> key_buf(args[0]); in ComputeSecret() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_sake_common.c271 u8 key_buf[EAP_MSK_LEN + EAP_EMSK_LEN]; in eap_sake_derive_keys() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_sake_common.c271 u8 key_buf[EAP_MSK_LEN + EAP_EMSK_LEN]; in eap_sake_derive_keys() local
/third_party/mbedtls/library/
Dssl_msg.c91 unsigned char key_buf[MAX_HASH_BLOCK_LENGTH]; in mbedtls_ct_hmac() local