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

/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dtlsv1_common.c229 crypto_hash_finish(verify->md5_client, NULL, NULL);
230 crypto_hash_finish(verify->md5_server, NULL, NULL);
231 crypto_hash_finish(verify->md5_cert, NULL, NULL);
232 crypto_hash_finish(verify->sha1_client, NULL, NULL);
233 crypto_hash_finish(verify->sha1_server, NULL, NULL);
234 crypto_hash_finish(verify->sha1_cert, NULL, NULL);
H A Dtlsv1_record.c190 crypto_hash_finish(hmac, NULL, NULL);
194 if (crypto_hash_finish(hmac, pos, &clen) < 0) {
384 if (crypto_hash_finish(hmac, hash, &hlen) < 0) {
H A Dtlsv1_client_write.c478 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0)
483 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL);
489 crypto_hash_finish(conn->verify.md5_cert, NULL, NULL);
494 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) {
602 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) {
606 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL);
613 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN,
H A Dtlsv1_server_read.c828 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0)
833 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL);
839 crypto_hash_finish(conn->verify.md5_cert, NULL, NULL);
844 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) {
1027 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) {
1031 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL);
1038 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN,
H A Dtlsv1_server_write.c593 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) {
597 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL);
604 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN,
H A Dtlsv1_client_read.c820 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) {
824 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL);
831 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN,
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto.h191 * crypto_hash_finish - Complete hash calculation
207 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
H A Dcrypto_internal.c117 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function
H A Dcrypto_cryptoapi.c473 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function
H A Dcrypto_libtomcrypt.c220 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function

Completed in 119 milliseconds