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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ocsp/
H A Docsp_vfy.c204 unsigned char tmphash[SHA_DIGEST_LENGTH], *keyhash; local
220 X509_pubkey_digest(x, EVP_sha1(), tmphash, NULL);
221 if (!memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ocsp/
H A Docsp_vfy.c192 unsigned char tmphash[SHA_DIGEST_LENGTH], *keyhash; local
208 X509_pubkey_digest(x, EVP_sha1(), tmphash, NULL);
209 if(!memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ocsp/
H A Docsp_vfy.c204 unsigned char tmphash[SHA_DIGEST_LENGTH], *keyhash; local
220 X509_pubkey_digest(x, EVP_sha1(), tmphash, NULL);
221 if (!memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ocsp/
H A Docsp_vfy.c192 unsigned char tmphash[SHA_DIGEST_LENGTH], *keyhash; local
208 X509_pubkey_digest(x, EVP_sha1(), tmphash, NULL);
209 if(!memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ocsp/
H A Docsp_vfy.c204 unsigned char tmphash[SHA_DIGEST_LENGTH], *keyhash; local
220 X509_pubkey_digest(x, EVP_sha1(), tmphash, NULL);
221 if (!memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ocsp/
H A Docsp_vfy.c192 unsigned char tmphash[SHA_DIGEST_LENGTH], *keyhash; local
208 X509_pubkey_digest(x, EVP_sha1(), tmphash, NULL);
209 if(!memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/eap_common/
H A Dikev2_common.c64 u8 tmphash[IKEV2_MAX_HASH_LEN]; local
70 hmac_sha1(key, key_len, data, data_len, tmphash);
71 os_memcpy(hash, tmphash, 12);
76 hmac_md5(key, key_len, data, data_len, tmphash);
77 os_memcpy(hash, tmphash, 12);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/eap_common/
H A Dikev2_common.c64 u8 tmphash[IKEV2_MAX_HASH_LEN]; local
70 hmac_sha1(key, key_len, data, data_len, tmphash);
71 os_memcpy(hash, tmphash, 12);
76 hmac_md5(key, key_len, data, data_len, tmphash);
77 os_memcpy(hash, tmphash, 12);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/eap_common/
H A Dikev2_common.c64 u8 tmphash[IKEV2_MAX_HASH_LEN]; local
70 hmac_sha1(key, key_len, data, data_len, tmphash);
71 os_memcpy(hash, tmphash, 12);
76 hmac_md5(key, key_len, data, data_len, tmphash);
77 os_memcpy(hash, tmphash, 12);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/eap_common/
H A Dikev2_common.c64 u8 tmphash[IKEV2_MAX_HASH_LEN]; local
70 hmac_sha1(key, key_len, data, data_len, tmphash);
71 os_memcpy(hash, tmphash, 12);
76 hmac_md5(key, key_len, data, data_len, tmphash);
77 os_memcpy(hash, tmphash, 12);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/eap_common/
H A Dikev2_common.c64 u8 tmphash[IKEV2_MAX_HASH_LEN]; local
70 hmac_sha1(key, key_len, data, data_len, tmphash);
71 os_memcpy(hash, tmphash, 12);
76 hmac_md5(key, key_len, data, data_len, tmphash);
77 os_memcpy(hash, tmphash, 12);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/eap_common/
H A Dikev2_common.c64 u8 tmphash[IKEV2_MAX_HASH_LEN]; local
70 hmac_sha1(key, key_len, data, data_len, tmphash);
71 os_memcpy(hash, tmphash, 12);
76 hmac_md5(key, key_len, data, data_len, tmphash);
77 os_memcpy(hash, tmphash, 12);

Completed in 203 milliseconds