Searched defs:EVP_PKEY_cmp (Results 1 – 2 of 2) sorted by relevance
137 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) { in EVP_PKEY_cmp() function
99 public static native int EVP_PKEY_cmp(NativeRef.EVP_PKEY pkey1, NativeRef.EVP_PKEY pkey2); in EVP_PKEY_cmp() method in NativeCrypto