Home
last modified time | relevance | path

Searched refs:null_key (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/child/webcrypto/openssl/
Dhmac_openssl.cc48 const unsigned char null_key[] = {}; in SignHmac() local
49 const void* const raw_key_voidp = raw_key.size() ? &raw_key[0] : null_key; in SignHmac()
/external/wpa_supplicant_8/src/common/
Dsae.c598 u8 null_key[SAE_KEYSEED_KEY_LEN], val[SAE_MAX_PRIME_LEN]; in sae_derive_keys() local
614 os_memset(null_key, 0, sizeof(null_key)); in sae_derive_keys()
615 hmac_sha256(null_key, sizeof(null_key), k, sae->tmp->prime_len, in sae_derive_keys()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_pcb.c2803 sctp_sharedkey_t *null_key; local
3110 null_key = sctp_alloc_sharedkey();
3111 sctp_insert_sharedkey(&m->shared_keys, null_key);