OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_hash_init
(Results
1 - 7
of
7
) sorted by null
/external/wpa_supplicant_8/src/tls/
tlsv1_common.c
209
verify->md5_client =
crypto_hash_init
(CRYPTO_HASH_ALG_MD5, NULL, 0);
210
verify->md5_server =
crypto_hash_init
(CRYPTO_HASH_ALG_MD5, NULL, 0);
211
verify->md5_cert =
crypto_hash_init
(CRYPTO_HASH_ALG_MD5, NULL, 0);
212
verify->sha1_client =
crypto_hash_init
(CRYPTO_HASH_ALG_SHA1, NULL, 0);
213
verify->sha1_server =
crypto_hash_init
(CRYPTO_HASH_ALG_SHA1, NULL, 0);
214
verify->sha1_cert =
crypto_hash_init
(CRYPTO_HASH_ALG_SHA1, NULL, 0);
222
verify->sha256_client =
crypto_hash_init
(CRYPTO_HASH_ALG_SHA256, NULL,
224
verify->sha256_server =
crypto_hash_init
(CRYPTO_HASH_ALG_SHA256, NULL,
226
verify->sha256_cert =
crypto_hash_init
(CRYPTO_HASH_ALG_SHA256, NULL,
347
ctx =
crypto_hash_init
(CRYPTO_HASH_ALG_SHA256, NULL, 0)
[
all
...]
tlsv1_record.c
207
hmac =
crypto_hash_init
(rl->hash_alg, rl->write_mac_secret,
436
hmac =
crypto_hash_init
(rl->hash_alg, rl->read_mac_secret,
/external/wpa_supplicant_8/src/eap_common/
eap_pwd_common.c
21
return
crypto_hash_init
(CRYPTO_HASH_ALG_HMAC_SHA256, allzero,
54
hash =
crypto_hash_init
(CRYPTO_HASH_ALG_HMAC_SHA256,
/external/wpa_supplicant_8/src/crypto/
crypto.h
144
*
crypto_hash_init
- Initialize hash/HMAC function
155
struct crypto_hash *
crypto_hash_init
(enum crypto_hash_alg alg, const u8 *key,
160
* @ctx: Context pointer from
crypto_hash_init
()
172
* @ctx: Context pointer from
crypto_hash_init
()
crypto_internal.c
31
struct crypto_hash *
crypto_hash_init
(enum crypto_hash_alg alg, const u8 *key,
function
crypto_libtomcrypt.c
153
struct crypto_hash *
crypto_hash_init
(enum crypto_hash_alg alg, const u8 *key,
function
crypto_openssl.c
665
struct crypto_hash *
crypto_hash_init
(enum crypto_hash_alg alg, const u8 *key,
function
Completed in 328 milliseconds