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

/freebsd-10.0-release/contrib/wpa/src/tls/
H A Dtlsv1_common.c254 crypto_hash_finish(verify->md5_client, NULL, NULL);
255 crypto_hash_finish(verify->md5_server, NULL, NULL);
256 crypto_hash_finish(verify->md5_cert, NULL, NULL);
257 crypto_hash_finish(verify->sha1_client, NULL, NULL);
258 crypto_hash_finish(verify->sha1_server, NULL, NULL);
259 crypto_hash_finish(verify->sha1_cert, NULL, NULL);
267 crypto_hash_finish(verify->sha256_client, NULL, NULL);
268 crypto_hash_finish(verify->sha256_server, NULL, NULL);
269 crypto_hash_finish(verify->sha256_cert, NULL, NULL);
H A Dtlsv1_client_write.c478 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) <
511 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0)
516 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL);
522 crypto_hash_finish(conn->verify.md5_cert, NULL, NULL);
527 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) {
656 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen)
669 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) {
673 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL);
680 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN,
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_server_read.c873 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) <
887 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0)
892 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL);
898 crypto_hash_finish(conn->verify.md5_cert, NULL, NULL);
903 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) {
1127 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen)
1140 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) {
1144 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL);
1151 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN,
H A Dtlsv1_server_write.c589 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen)
602 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) {
606 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL);
613 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN,
H A Dtlsv1_client_read.c824 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen)
837 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) {
841 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL);
848 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN,
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dcrypto.h171 * crypto_hash_finish - Complete hash calculation
187 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
H A Dcrypto_internal.c151 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function
H A Dcrypto_cryptoapi.c467 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function
H A Dcrypto_libtomcrypt.c214 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function
H A Dcrypto_openssl.c649 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function
/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c35 crypto_hash_finish(hash, digest, &len);
64 if (crypto_hash_finish(hash, digest, &mdlen) < 0)

Completed in 114 milliseconds