HomeSort by relevance Sort by last modified time
    Searched defs:sha512_init (Results 1 - 2 of 2) sorted by null

  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha512.c 31 &sha512_init,
175 int sha512_init(hash_state * md) function
297 sha512_init(&md);
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 662 void SHA512_Init(SHA512_CTX* context) {
984 SHA512_Init(&context);
1107 static int sha512_init(EVP_MD_CTX *ctx) function
1109 SHA512_Init(data(ctx));
    [all...]

Completed in 125 milliseconds