Searched refs:crypto_hash_finish (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dtlsv1_common.c266 crypto_hash_finish(verify->md5_client, NULL, NULL);
267 crypto_hash_finish(verify->md5_server, NULL, NULL);
268 crypto_hash_finish(verify->md5_cert, NULL, NULL);
269 crypto_hash_finish(verify->sha1_client, NULL, NULL);
270 crypto_hash_finish(verify->sha1_server, NULL, NULL);
271 crypto_hash_finish(verify->sha1_cert, NULL, NULL);
279 crypto_hash_finish(verify->sha256_client, NULL, NULL);
280 crypto_hash_finish(verify->sha256_server, NULL, NULL);
281 crypto_hash_finish(verify->sha256_cert, NULL, NULL);
370 if (crypto_hash_finish(ct
[all...]
H A Dtlsv1_record.c222 crypto_hash_finish(hmac, NULL, NULL);
226 if (crypto_hash_finish(hmac, pos, &clen) < 0) {
452 if (crypto_hash_finish(hmac, hash, &hlen) < 0) {
H A Dtlsv1_client_write.c624 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) <
656 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) {
660 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL);
669 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) {
797 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen)
810 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) {
814 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL);
821 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN,
H A Dtlsv1_server_read.c988 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) <
1001 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) {
1005 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL);
1014 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) {
1196 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen)
1209 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) {
1213 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL);
1220 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN,
H A Dtlsv1_server_write.c849 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen)
862 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) {
866 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL);
873 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN,
H A Dtlsv1_client_read.c1376 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen)
1389 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) {
1393 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL);
1400 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN,
/freebsd-13-stable/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c40 crypto_hash_finish(hash, digest, &len);
69 if (crypto_hash_finish(hash, digest, &mdlen) < 0)
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto.h197 * crypto_hash_finish - Complete hash calculation
213 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
H A Dcrypto_internal.c179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function
H A Dcrypto_libtomcrypt.c215 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function
H A Dcrypto_linux.c348 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function
H A Dcrypto_wolfssl.c937 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function
H A Dcrypto_openssl.c1038 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function

Completed in 72 milliseconds