Lines Matching refs:memzero_explicit
336 memzero_explicit(x_key, BLAKE2S_BLOCK_SIZE); in hmac()
337 memzero_explicit(i_hash, BLAKE2S_HASH_SIZE); in hmac()
388 memzero_explicit(secret, BLAKE2S_HASH_SIZE); in kdf()
389 memzero_explicit(output, BLAKE2S_HASH_SIZE + 1); in kdf()
415 memzero_explicit(dh_calculation, NOISE_PUBLIC_KEY_LEN); in mix_dh()
451 memzero_explicit(temp_hash, NOISE_HASH_LEN); in mix_psk()
579 memzero_explicit(key, NOISE_SYMMETRIC_KEY_LEN); in wg_noise_handshake_create_initiation()
658 memzero_explicit(key, NOISE_SYMMETRIC_KEY_LEN); in wg_noise_handshake_consume_initiation()
659 memzero_explicit(hash, NOISE_HASH_LEN); in wg_noise_handshake_consume_initiation()
660 memzero_explicit(chaining_key, NOISE_HASH_LEN); in wg_noise_handshake_consume_initiation()
723 memzero_explicit(key, NOISE_SYMMETRIC_KEY_LEN); in wg_noise_handshake_create_response()
806 memzero_explicit(key, NOISE_SYMMETRIC_KEY_LEN); in wg_noise_handshake_consume_response()
807 memzero_explicit(hash, NOISE_HASH_LEN); in wg_noise_handshake_consume_response()
808 memzero_explicit(chaining_key, NOISE_HASH_LEN); in wg_noise_handshake_consume_response()
809 memzero_explicit(ephemeral_private, NOISE_PUBLIC_KEY_LEN); in wg_noise_handshake_consume_response()
810 memzero_explicit(static_private, NOISE_PUBLIC_KEY_LEN); in wg_noise_handshake_consume_response()
811 memzero_explicit(preshared_key, NOISE_SYMMETRIC_KEY_LEN); in wg_noise_handshake_consume_response()