]> git.ipfire.org Git - thirdparty/hostap.git/commit
Return success/failure result from tls_prf_sha256()
authorJouni Malinen <j@w1.fi>
Thu, 27 Jun 2019 15:08:16 +0000 (18:08 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 9 Jul 2019 13:38:32 +0000 (16:38 +0300)
commitfd7778b5ed5d8adb4b1203b735a5710e56ce614f
treea3db67fa98ac25856f64fe4c5aa29bbc5ab51ba4
parent3ec65a8e38a0ad37bafe7dc9459a400db97cbaa4
Return success/failure result from tls_prf_sha256()

The hash functions used within this function could fail in theory, so
provide the result to the caller.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/sha256-tlsprf.c
src/crypto/sha256.h