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

  /external/boringssl/src/crypto/sha/
sha512.c 87 int SHA384_Init(SHA512_CTX *sha) {
131 SHA384_Init(&ctx);
  /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 165 milliseconds