(package private) static int |
NativeCrypto.EVP_DigestFinal_ex(NativeRef.EVP_MD_CTX ctx,
byte[] hash,
int offset) |
|
(package private) static int |
NativeCrypto.EVP_DigestInit_ex(NativeRef.EVP_MD_CTX ctx,
long evp_md) |
|
(package private) static byte[] |
NativeCrypto.EVP_DigestSignFinal(NativeRef.EVP_MD_CTX ctx) |
|
(package private) static long |
NativeCrypto.EVP_DigestSignInit(NativeRef.EVP_MD_CTX ctx,
long evpMdRef,
NativeRef.EVP_PKEY key) |
|
(package private) static void |
NativeCrypto.EVP_DigestSignUpdate(NativeRef.EVP_MD_CTX ctx,
byte[] buffer,
int offset,
int length) |
|
(package private) static void |
NativeCrypto.EVP_DigestSignUpdateDirect(NativeRef.EVP_MD_CTX ctx,
long ptr,
int length) |
|
(package private) static void |
NativeCrypto.EVP_DigestUpdate(NativeRef.EVP_MD_CTX ctx,
byte[] buffer,
int offset,
int length) |
|
(package private) static void |
NativeCrypto.EVP_DigestUpdateDirect(NativeRef.EVP_MD_CTX ctx,
long ptr,
int length) |
|
(package private) static boolean |
NativeCrypto.EVP_DigestVerifyFinal(NativeRef.EVP_MD_CTX ctx,
byte[] signature,
int offset,
int length) |
|
(package private) static long |
NativeCrypto.EVP_DigestVerifyInit(NativeRef.EVP_MD_CTX ctx,
long evpMdRef,
NativeRef.EVP_PKEY key) |
|
(package private) static void |
NativeCrypto.EVP_DigestVerifyUpdate(NativeRef.EVP_MD_CTX ctx,
byte[] buffer,
int offset,
int length) |
|
(package private) static void |
NativeCrypto.EVP_DigestVerifyUpdateDirect(NativeRef.EVP_MD_CTX ctx,
long ptr,
int length) |
|
(package private) static void |
NativeCrypto.EVP_MD_CTX_cleanup(NativeRef.EVP_MD_CTX ctx) |
|
(package private) static int |
NativeCrypto.EVP_MD_CTX_copy_ex(NativeRef.EVP_MD_CTX dst_ctx,
NativeRef.EVP_MD_CTX src_ctx) |
|