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

  /external/openssl/crypto/evp/
m_sha1.c 99 const EVP_MD *EVP_sha1(void)
  /external/chromium_org/third_party/boringssl/src/crypto/digest/
digests.c 118 const EVP_MD *EVP_sha1(void) { return &sha1_md; }
203 { NID_sha1, EVP_sha1 },
208 { NID_dsaWithSHA, EVP_sha1 },
209 { NID_dsaWithSHA1, EVP_sha1 },
210 { NID_ecdsa_with_SHA1, EVP_sha1 },
212 { NID_sha1WithRSAEncryption, EVP_sha1 },

Completed in 90 milliseconds