Searched defs:evp_md (Results 1 – 5 of 5) sorted by relevance
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLMessageDigestJDK.java | 31 private final long evp_md; field in OpenSSLMessageDigestJDK 46 private OpenSSLMessageDigestJDK(long evp_md, int size) throws NoSuchAlgorithmException { in OpenSSLMessageDigestJDK() 53 private OpenSSLMessageDigestJDK(long evp_md, int size, NativeRef.EVP_MD_CTX ctx) { in OpenSSLMessageDigestJDK()
|
D | OpenSSLMac.java | 35 private final long evp_md; field in OpenSSLMac 57 private OpenSSLMac(long evp_md, int size, int evp_pkey_type) { in OpenSSLMac()
|
D | NativeCrypto.java | 249 public static native int EVP_DigestInit(NativeRef.EVP_MD_CTX ctx, long evp_md); in EVP_DigestInit() 260 long evp_md, NativeRef.EVP_PKEY evp_pkey); in EVP_DigestSignInit()
|
/external/boringssl/src/crypto/hmac/ |
D | hmac.c | 65 uint8_t *HMAC(const EVP_MD *evp_md, const void *key, size_t key_len, in HMAC()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 4371 const EVP_MD* evp_md = reinterpret_cast<const EVP_MD*>(evpMdRef); local 4424 const EVP_MD* evp_md = EVP_get_digestbyname(algorithmChars.c_str()); local 4464 EVP_MD* evp_md = reinterpret_cast<EVP_MD*>(evpMdRef); local 4481 EVP_MD* evp_md = reinterpret_cast<EVP_MD*>(evpMdRef); local
|