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

  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha384.c 27 &sha384_init,
39 int sha384_init(hash_state * md) function
117 sha384_init(&md);
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 991 void SHA384_Init(SHA384_CTX* context) {
1059 SHA384_Init(&context);
1088 static int sha384_init(EVP_MD_CTX *ctx) function
1090 SHA384_Init(data(ctx));
    [all...]

Completed in 1486 milliseconds