Searched refs:crypto_hash_update (Results 1 - 24 of 24) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_common.c230 crypto_hash_update(verify->md5_client, buf, len);
231 crypto_hash_update(verify->sha1_client, buf, len);
234 crypto_hash_update(verify->md5_server, buf, len);
235 crypto_hash_update(verify->sha1_server, buf, len);
238 crypto_hash_update(verify->md5_cert, buf, len);
239 crypto_hash_update(verify->sha1_cert, buf, len);
243 crypto_hash_update(verify->sha256_client, buf, len);
245 crypto_hash_update(verify->sha256_server, buf, len);
247 crypto_hash_update(verify->sha256_cert, buf, len);
H A Dtlsv1_record.c214 crypto_hash_update(hmac, rl->write_seq_num, TLS_SEQ_NUM_LEN);
216 crypto_hash_update(hmac, ct_start, TLS_RECORD_HEADER_LEN);
217 crypto_hash_update(hmac, payload, payload_len);
445 crypto_hash_update(hmac, rl->read_seq_num, TLS_SEQ_NUM_LEN);
447 crypto_hash_update(hmac, in_data - TLS_RECORD_HEADER_LEN, 3);
449 crypto_hash_update(hmac, len, 2);
450 crypto_hash_update(hmac, out_data, plen);
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_common.c230 crypto_hash_update(verify->md5_client, buf, len);
231 crypto_hash_update(verify->sha1_client, buf, len);
234 crypto_hash_update(verify->md5_server, buf, len);
235 crypto_hash_update(verify->sha1_server, buf, len);
238 crypto_hash_update(verify->md5_cert, buf, len);
239 crypto_hash_update(verify->sha1_cert, buf, len);
243 crypto_hash_update(verify->sha256_client, buf, len);
245 crypto_hash_update(verify->sha256_server, buf, len);
247 crypto_hash_update(verify->sha256_cert, buf, len);
H A Dtlsv1_record.c214 crypto_hash_update(hmac, rl->write_seq_num, TLS_SEQ_NUM_LEN);
216 crypto_hash_update(hmac, ct_start, TLS_RECORD_HEADER_LEN);
217 crypto_hash_update(hmac, payload, payload_len);
445 crypto_hash_update(hmac, rl->read_seq_num, TLS_SEQ_NUM_LEN);
447 crypto_hash_update(hmac, in_data - TLS_RECORD_HEADER_LEN, 3);
449 crypto_hash_update(hmac, len, 2);
450 crypto_hash_update(hmac, out_data, plen);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_common.c230 crypto_hash_update(verify->md5_client, buf, len);
231 crypto_hash_update(verify->sha1_client, buf, len);
234 crypto_hash_update(verify->md5_server, buf, len);
235 crypto_hash_update(verify->sha1_server, buf, len);
238 crypto_hash_update(verify->md5_cert, buf, len);
239 crypto_hash_update(verify->sha1_cert, buf, len);
243 crypto_hash_update(verify->sha256_client, buf, len);
245 crypto_hash_update(verify->sha256_server, buf, len);
247 crypto_hash_update(verify->sha256_cert, buf, len);
H A Dtlsv1_record.c214 crypto_hash_update(hmac, rl->write_seq_num, TLS_SEQ_NUM_LEN);
216 crypto_hash_update(hmac, ct_start, TLS_RECORD_HEADER_LEN);
217 crypto_hash_update(hmac, payload, payload_len);
445 crypto_hash_update(hmac, rl->read_seq_num, TLS_SEQ_NUM_LEN);
447 crypto_hash_update(hmac, in_data - TLS_RECORD_HEADER_LEN, 3);
449 crypto_hash_update(hmac, len, 2);
450 crypto_hash_update(hmac, out_data, plen);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pwd_common.c28 crypto_hash_update(hash, data, len);
59 crypto_hash_update(hash, digest, SHA256_MAC_LEN);
60 crypto_hash_update(hash, (u8 *) &i, sizeof(u16));
61 crypto_hash_update(hash, label, labellen);
62 crypto_hash_update(hash, (u8 *) &L, sizeof(u16));
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.c28 crypto_hash_update(hash, data, len);
59 crypto_hash_update(hash, digest, SHA256_MAC_LEN);
60 crypto_hash_update(hash, (u8 *) &i, sizeof(u16));
61 crypto_hash_update(hash, label, labellen);
62 crypto_hash_update(hash, (u8 *) &L, sizeof(u16));
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.c28 crypto_hash_update(hash, data, len);
59 crypto_hash_update(hash, digest, SHA256_MAC_LEN);
60 crypto_hash_update(hash, (u8 *) &i, sizeof(u16));
61 crypto_hash_update(hash, label, labellen);
62 crypto_hash_update(hash, (u8 *) &L, sizeof(u16));
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto.h159 * crypto_hash_update - Add data to hash calculation
168 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len);
178 * or -2 on other failures (including failed crypto_hash_update() operations)
H A Dcrypto_internal.c125 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) function
H A Dcrypto_cryptoapi.c455 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) function
H A Dcrypto_libtomcrypt.c194 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) function
H A Dcrypto_openssl.c644 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) function
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto.h159 * crypto_hash_update - Add data to hash calculation
168 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len);
178 * or -2 on other failures (including failed crypto_hash_update() operations)
H A Dcrypto_internal.c125 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) function
H A Dcrypto_cryptoapi.c455 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) function
H A Dcrypto_libtomcrypt.c194 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) function
H A Dcrypto_openssl.c644 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto.h159 * crypto_hash_update - Add data to hash calculation
168 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len);
178 * or -2 on other failures (including failed crypto_hash_update() operations)
H A Dcrypto_internal.c125 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) function
H A Dcrypto_cryptoapi.c455 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) function
H A Dcrypto_libtomcrypt.c194 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) function
H A Dcrypto_openssl.c644 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) function

Completed in 577 milliseconds