Searched refs:hmac_sha1 (Results 1 - 25 of 64) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/bcmcrypto/
H A Dprf.h49 void hmac_sha1(unsigned char *text, int text_len, unsigned char *key,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/include/bcmcrypto/
H A Dprf.h40 extern void BCMROMFN(hmac_sha1)(unsigned char *text, int text_len, unsigned char *key,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/bcmcrypto/
H A Dprf.h49 void hmac_sha1(unsigned char *text, int text_len, unsigned char *key,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/bcmcrypto/
H A Dprf.h49 void hmac_sha1(unsigned char *text, int text_len, unsigned char *key,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/crypto/
H A Dsha1.h22 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
H A Dsha1-pbkdf2.c54 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp,
H A Dsha1-tlsprf.c99 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
H A Dsha1.c98 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
106 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/crypto/
H A Dsha1.h22 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
H A Dsha1-pbkdf2.c54 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp,
H A Dsha1-tlsprf.c99 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
H A Dsha1.c98 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
106 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/crypto/
H A Dsha1.h22 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
H A Dsha1-pbkdf2.c54 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp,
H A Dsha1-tlsprf.c99 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
H A Dsha1.c98 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
106 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/crypto/
H A Dsha1.h22 void hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
H A Dsha1.c96 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
103 void hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
288 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
334 hmac_sha1((u8 *) passphrase, passphrase_len, tmp, SHA1_MAC_LEN,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/bcmcrypto/
H A Dpasshash.c47 hmac_sha1(digest, ssidlength+4, (unsigned char *)password, passlen, digest1);
54 hmac_sha1(digest1, SHA1HashSize, (unsigned char *)password, passlen, digest);
98 hmac_sha1(digest, ssidlength+4, (unsigned char *)password, passlen, output);
112 hmac_sha1(lastdigest, SHA1HashSize, (unsigned char *)password, passlen, digest);
H A Dprf.c5 * Original implementation of hmac_sha1(), PRF(), and test vectors data are
31 BCMROMFN(hmac_sha1)(unsigned char *text, int text_len, unsigned char *key, function
119 hmac_sha1(input, total_len, key, key_len, &output[currentindex]);
127 /* faster PRF, inline hmac_sha1 functionality and eliminate redundant
299 hmac_sha1(prf_vec[k].data, prf_vec[k].data_len, prf_vec[k].key,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/crypto/
H A Dsha1.h22 void hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
H A Dsha1.c96 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
103 void hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
288 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
334 hmac_sha1((u8 *) passphrase, passphrase_len, tmp, SHA1_MAC_LEN,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/crypto/
H A Dsha1.h22 void hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
H A Dsha1.c96 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
103 void hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
288 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
334 hmac_sha1((u8 *) passphrase, passphrase_len, tmp, SHA1_MAC_LEN,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/common/
H A Dwpa_common.c56 hmac_sha1(key, 16, buf, len, hash);

Completed in 200 milliseconds

123