OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sha256_done
(Results
1 - 7
of
7
) sorted by null
/external/wpa_supplicant_8/src/crypto/
sha256_i.h
23
int
sha256_done
(struct sha256_state *md, unsigned char *out);
crypto_internal.c
100
sha256_done
(&ctx->u.sha256, tk);
191
sha256_done
(&ctx->u.sha256, mac);
243
sha256_done
(&ctx->u.sha256, mac);
253
sha256_done
(&ctx->u.sha256, mac);
sha256-internal.c
35
if (
sha256_done
(&ctx, mac))
185
int
sha256_done
(struct sha256_state *md, unsigned char *out)
function
/external/dropbear/libtomcrypt/src/prngs/
fortuna.c
77
sha256_done
(&md, tmp);
84
if ((err =
sha256_done
(&prng->fortuna.pool[x], tmp)) != CRYPT_OK) {
85
sha256_done
(&md, tmp);
90
sha256_done
(&md, tmp);
95
sha256_done
(&md, tmp);
104
if ((err =
sha256_done
(&md, prng->fortuna.K)) != CRYPT_OK) {
141
sha256_done
(&prng->fortuna.pool[y], tmp);
153
sha256_done
(&prng->fortuna.pool[x], tmp);
294
if ((err =
sha256_done
(&(prng->fortuna.pool[x]), tmp)) != CRYPT_OK) {
348
if ((err =
sha256_done
(md, out+x*32)) != CRYPT_OK)
[
all
...]
/external/dropbear/libtomcrypt/src/hashes/sha2/
sha224.c
71
err =
sha256_done
(md, buf);
sha256.c
33
&
sha256_done
,
238
int
sha256_done
(hash_state * md, unsigned char *out)
function
321
sha256_done
(&md, tmp);
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h
233
int
sha256_done
(hash_state * md, unsigned char *hash);
Completed in 98 milliseconds