OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crypto_hash
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/crypto/
crypto_internal.c
17
struct
crypto_hash
{
struct
31
struct
crypto_hash
* crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
34
struct
crypto_hash
*ctx;
125
void crypto_hash_update(struct
crypto_hash
*ctx, const u8 *data, size_t len)
151
int crypto_hash_finish(struct
crypto_hash
*ctx, u8 *mac, size_t *len)
crypto_cryptoapi.c
344
struct
crypto_hash
{
struct
352
struct
crypto_hash
* crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
355
struct
crypto_hash
*ctx;
455
void crypto_hash_update(struct
crypto_hash
*ctx, const u8 *data, size_t len)
467
int crypto_hash_finish(struct
crypto_hash
*ctx, u8 *mac, size_t *len)
crypto_libtomcrypt.c
143
struct
crypto_hash
{
struct
153
struct
crypto_hash
* crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
156
struct
crypto_hash
*ctx;
194
void crypto_hash_update(struct
crypto_hash
*ctx, const u8 *data, size_t len)
214
int crypto_hash_finish(struct
crypto_hash
*ctx, u8 *mac, size_t *len)
crypto_openssl.c
593
struct
crypto_hash
{
struct
598
struct
crypto_hash
* crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
601
struct
crypto_hash
*ctx;
644
void crypto_hash_update(struct
crypto_hash
*ctx, const u8 *data, size_t len)
652
int crypto_hash_finish(struct
crypto_hash
*ctx, u8 *mac, size_t *len)
Completed in 66 milliseconds