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

  /external/chromium_org/third_party/boringssl/src/crypto/sha/
sha512.c 96 int SHA384_Init(SHA512_CTX *sha) {
140 SHA384_Init(&ctx);
  /external/openssl/crypto/evp/
evp_locl.h 358 #undef SHA384_Init
373 #define SHA384_Init private_SHA384_Init
  /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 45 milliseconds