Searched defs:EVP_MD_CTX (Results 1 – 8 of 8) sorted by relevance
18 typedef struct env_md_ctx_st EVP_MD_CTX; typedef
106 static final class EVP_MD_CTX extends NativeRef { class in NativeRef107 EVP_MD_CTX(long nativePointer) { in EVP_MD_CTX() method in NativeRef.EVP_MD_CTX
107 static final class EVP_MD_CTX extends NativeRef { class in NativeRef108 EVP_MD_CTX(long nativePointer) { in EVP_MD_CTX() method in NativeRef.EVP_MD_CTX
398 typedef struct env_md_ctx_st EVP_MD_CTX; typedef
403 typedef struct env_md_ctx_st EVP_MD_CTX; typedef
639 EVP_MD_CTX = env_md_ctx_st variable
2679 int (*init_func)(EVP_MD_CTX*, EVP_PKEY_CTX**, const EVP_MD*, in evpDigestSignVerifyInit()2728 const char* jniName, int (*update_func)(EVP_MD_CTX*, const void*, size_t)) { in evpUpdate()2753 int (*update_func)(EVP_MD_CTX*, const void*, size_t)) { in evpUpdate()