OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sha256_process
(Results
1 - 7
of
7
) sorted by null
/external/wpa_supplicant_8/src/crypto/
sha256_i.h
21
int
sha256_process
(struct sha256_state *md, const unsigned char *in,
crypto_internal.c
99
sha256_process
(&ctx->u.sha256, key, key_len);
113
sha256_process
(&ctx->u.sha256, k_pad, sizeof(k_pad));
142
sha256_process
(&ctx->u.sha256, data, len);
251
sha256_process
(&ctx->u.sha256, k_pad, sizeof(k_pad));
252
sha256_process
(&ctx->u.sha256, mac, 32);
sha256-internal.c
33
if (
sha256_process
(&ctx, addr[i], len[i]))
145
int
sha256_process
(struct sha256_state *md, const unsigned char *in,
function
/external/dropbear/libtomcrypt/src/prngs/
fortuna.c
76
if ((err =
sha256_process
(&md, prng->fortuna.K, 32)) != CRYPT_OK) {
89
if ((err =
sha256_process
(&md, tmp, 32)) != CRYPT_OK) {
190
if ((err =
sha256_process
(&prng->fortuna.pool[prng->fortuna.pool_idx], tmp, 2)) != CRYPT_OK) {
194
if ((err =
sha256_process
(&prng->fortuna.pool[prng->fortuna.pool_idx], in, inlen)) != CRYPT_OK) {
356
if ((err =
sha256_process
(md, out+x*32, 32)) != CRYPT_OK) {
/external/dropbear/libtomcrypt/src/hashes/sha2/
sha224.c
28
&
sha256_process
,
sha256.c
32
&
sha256_process
,
230
HASH_PROCESS(
sha256_process
, sha256_compress, sha256, 64)
320
sha256_process
(&md, (unsigned char*)tests[i].msg, (unsigned long)strlen(tests[i].msg));
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h
232
int
sha256_process
(hash_state * md, const unsigned char *in, unsigned long inlen);
242
#define sha224_process
sha256_process
Completed in 936 milliseconds