Searched refs:null_key (Results 1 – 3 of 3) sorted by relevance
48 const unsigned char null_key[] = {}; in SignHmac() local49 const void* const raw_key_voidp = raw_key.size() ? &raw_key[0] : null_key; in SignHmac()
598 u8 null_key[SAE_KEYSEED_KEY_LEN], val[SAE_MAX_PRIME_LEN]; in sae_derive_keys() local614 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()
2803 sctp_sharedkey_t *null_key; local3110 null_key = sctp_alloc_sharedkey();3111 sctp_insert_sharedkey(&m->shared_keys, null_key);