Skip to content

Commit

Permalink
Spake
Browse files Browse the repository at this point in the history
Change-Id: I6e5f04c1bbbc53ce9f29ecfd904b1c45ad9c0d78
  • Loading branch information
miguelaranda0 committed Dec 11, 2024
1 parent 2815ab1 commit f9ebd78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/src/jni/main/cpp/conscrypt/native_crypto.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11422,6 +11422,12 @@ static JNINativeMethod sNativeCryptoMethods[] = {
CONSCRYPT_NATIVE_METHOD(ENGINE_SSL_shutdown, "(J" REF_SSL SSL_CALLBACKS ")V"),
CONSCRYPT_NATIVE_METHOD(usesBoringSsl_FIPS_mode, "()Z"),
CONSCRYPT_NATIVE_METHOD(Scrypt_generate_key, "([B[BIIII)[B"),
CONSCRYPT_NATIVE_METHOD(SPAKE2PLUS_register, "([BI[BJ[BJ)[[B"),
CONSCRYPT_NATIVE_METHOD(SSL_CREDENTIAL_new_SPAKE2PLUSV1, "()J"),
CONSCRYPT_NATIVE_METHOD(SSL_CREDENTIAL_set1_PAKE_identities, "(J[BI[BJ[BJ)J"),
CONSCRYPT_NATIVE_METHOD(SSL_CREDENTIAL_set1_PAKE_client_password_record, "(J[BI)V"),
CONSCRYPT_NATIVE_METHOD(SSL_CREDENTIAL_set1_PAKE_server_password_record, "(J[BI[BI)V"),
CONSCRYPT_NATIVE_METHOD(SSL_CTX_add1_credential, "(JJ)V"),

// Used for testing only.
CONSCRYPT_NATIVE_METHOD(BIO_read, "(J[B)I"),
Expand Down

0 comments on commit f9ebd78

Please sign in to comment.