HomeSort by relevance Sort by last modified time
    Searched refs:crypto_hash_finish (Results 1 - 12 of 12) sorted by null

  /external/wpa_supplicant_8/src/tls/
tlsv1_common.c 266 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);
354 if (crypto_hash_finish(ctx, hash, &hlen) < 0
    [all...]
tlsv1_client_write.c 478 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,
tlsv1_record.c 222 crypto_hash_finish(hmac, NULL, NULL);
226 if (crypto_hash_finish(hmac, pos, &clen) < 0) {
452 if (crypto_hash_finish(hmac, hash, &hlen) < 0) {
tlsv1_server_read.c 875 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) <
889 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0)
894 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL);
900 crypto_hash_finish(conn->verify.md5_cert, NULL, NULL);
905 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) {
1088 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen)
1101 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) {
1105 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL);
1112 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN,
tlsv1_server_write.c 722 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen)
735 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) {
739 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL);
746 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN,
tlsv1_client_read.c 915 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen)
928 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) {
932 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL);
939 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN,
  /external/wpa_supplicant_8/src/eap_common/
eap_pwd_common.c 35 crypto_hash_finish(hash, digest, &len);
64 if (crypto_hash_finish(hash, digest, &mdlen) < 0)
  /external/wpa_supplicant_8/src/crypto/
crypto.h 171 * crypto_hash_finish - Complete hash calculation
187 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
crypto_internal.c 151 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function
crypto_cryptoapi.c 467 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function
crypto_libtomcrypt.c 214 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function
crypto_openssl.c 654 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) function

Completed in 1992 milliseconds