HomeSort by: relevance | last modified time | path
    Searched defs:crypto_hash (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/
crypto_hash.c 2 #include "crypto_hash.h"
11 crypto_hash(unsigned char *out, const unsigned char *in, function
  /src/external/bsd/wpa/dist/src/crypto/
crypto_internal.c 19 struct crypto_hash { struct
39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
42 struct crypto_hash *ctx;
143 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
crypto_libtomcrypt.c 144 struct crypto_hash { struct
154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
157 struct crypto_hash *ctx;
195 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
215 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
crypto_linux.c 231 struct crypto_hash { struct
239 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
242 struct crypto_hash *ctx;
315 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
340 static void crypto_hash_deinit(struct crypto_hash *ctx)
348 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
crypto_wolfssl.c 1172 struct crypto_hash { struct
1178 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
1181 struct crypto_hash *ret = NULL;
1182 struct crypto_hash *hash;
1226 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
1234 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
crypto_openssl.c 1315 struct crypto_hash { struct
1325 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
1329 struct crypto_hash *ctx;
1384 struct crypto_hash *ctx;
1429 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
1443 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
  /src/external/bsd/libarchive/dist/libarchive/
archive_blake2s_ref.c 297 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) function

Completed in 76 milliseconds