HKDF_extract computes a HKDF PRK (as specified by RFC 5869) from
initial keying material |secret| and salt |salt| using |digest|,
and outputs |out_len| bytes to |out_key|. The maximum output size
is |EVP_MAX_MD_SIZE|. It returns one on success and zero on error.
HKDF_extract computes a HKDF PRK (as specified by RFC 5869) from initial keying material |secret| and salt |salt| using |digest|, and outputs |out_len| bytes to |out_key|. The maximum output size is |EVP_MAX_MD_SIZE|. It returns one on success and zero on error.