Home
last modified time | relevance | path

Searched refs:wc_SrpSetPassword (Results 1 – 25 of 29) sorted by relevance

12

/dports/security/wolfssl/wolfssl-5.1.0/tests/
H A Dsrp.c202 wc_SrpSetPassword(&srp, password, passwordSz)); in test_SrpSetPassword()
212 AssertIntEQ(BAD_FUNC_ARG, wc_SrpSetPassword(NULL, password, passwordSz)); in test_SrpSetPassword()
213 AssertIntEQ(BAD_FUNC_ARG, wc_SrpSetPassword(&srp, NULL, passwordSz)); in test_SrpSetPassword()
216 AssertIntEQ(0, wc_SrpSetPassword(&srp, password, passwordSz)); in test_SrpSetPassword()
261 AssertIntEQ(0, wc_SrpSetPassword(&srp, password, passwordSz)); in test_SrpGetPublic()
326 AssertIntEQ(0, wc_SrpSetPassword(&cli, password, passwordSz)); in test_SrpComputeKey()
390 AssertIntEQ(0, wc_SrpSetPassword(&cli, password, passwordSz)); in test_SrpGetProofAndVerify()
792 AssertIntEQ(0, wc_SrpSetPassword(&cli, password_, passwordSz_)); in test_SrpKeyGenFunc_cb()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/tests/
H A Dsrp.c202 wc_SrpSetPassword(&srp, password, passwordSz)); in test_SrpSetPassword()
212 AssertIntEQ(BAD_FUNC_ARG, wc_SrpSetPassword(NULL, password, passwordSz)); in test_SrpSetPassword()
213 AssertIntEQ(BAD_FUNC_ARG, wc_SrpSetPassword(&srp, NULL, passwordSz)); in test_SrpSetPassword()
216 AssertIntEQ(0, wc_SrpSetPassword(&srp, password, passwordSz)); in test_SrpSetPassword()
261 AssertIntEQ(0, wc_SrpSetPassword(&srp, password, passwordSz)); in test_SrpGetPublic()
326 AssertIntEQ(0, wc_SrpSetPassword(&cli, password, passwordSz)); in test_SrpComputeKey()
390 AssertIntEQ(0, wc_SrpSetPassword(&cli, password, passwordSz)); in test_SrpGetProofAndVerify()
792 AssertIntEQ(0, wc_SrpSetPassword(&cli, password_, passwordSz_)); in test_SrpKeyGenFunc_cb()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/tests/
H A Dsrp.c202 wc_SrpSetPassword(&srp, password, passwordSz)); in test_SrpSetPassword()
212 AssertIntEQ(BAD_FUNC_ARG, wc_SrpSetPassword(NULL, password, passwordSz)); in test_SrpSetPassword()
213 AssertIntEQ(BAD_FUNC_ARG, wc_SrpSetPassword(&srp, NULL, passwordSz)); in test_SrpSetPassword()
216 AssertIntEQ(0, wc_SrpSetPassword(&srp, password, passwordSz)); in test_SrpSetPassword()
261 AssertIntEQ(0, wc_SrpSetPassword(&srp, password, passwordSz)); in test_SrpGetPublic()
326 AssertIntEQ(0, wc_SrpSetPassword(&cli, password, passwordSz)); in test_SrpComputeKey()
390 AssertIntEQ(0, wc_SrpSetPassword(&cli, password, passwordSz)); in test_SrpGetProofAndVerify()
792 AssertIntEQ(0, wc_SrpSetPassword(&cli, password_, passwordSz_)); in test_SrpKeyGenFunc_cb()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/tests/
H A Dsrp.c202 wc_SrpSetPassword(&srp, password, passwordSz));
212 AssertIntEQ(BAD_FUNC_ARG, wc_SrpSetPassword(NULL, password, passwordSz));
213 AssertIntEQ(BAD_FUNC_ARG, wc_SrpSetPassword(&srp, NULL, passwordSz));
216 AssertIntEQ(0, wc_SrpSetPassword(&srp, password, passwordSz));
261 AssertIntEQ(0, wc_SrpSetPassword(&srp, password, passwordSz));
326 AssertIntEQ(0, wc_SrpSetPassword(&cli, password, passwordSz));
390 AssertIntEQ(0, wc_SrpSetPassword(&cli, password, passwordSz));
792 AssertIntEQ(0, wc_SrpSetPassword(&cli, password_, passwordSz_));
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/tests/
H A Dsrp.c202 wc_SrpSetPassword(&srp, password, passwordSz)); in test_SrpSetPassword()
212 AssertIntEQ(BAD_FUNC_ARG, wc_SrpSetPassword(NULL, password, passwordSz)); in test_SrpSetPassword()
213 AssertIntEQ(BAD_FUNC_ARG, wc_SrpSetPassword(&srp, NULL, passwordSz)); in test_SrpSetPassword()
216 AssertIntEQ(0, wc_SrpSetPassword(&srp, password, passwordSz)); in test_SrpSetPassword()
261 AssertIntEQ(0, wc_SrpSetPassword(&srp, password, passwordSz)); in test_SrpGetPublic()
326 AssertIntEQ(0, wc_SrpSetPassword(&cli, password, passwordSz)); in test_SrpComputeKey()
390 AssertIntEQ(0, wc_SrpSetPassword(&cli, password, passwordSz)); in test_SrpGetProofAndVerify()
792 AssertIntEQ(0, wc_SrpSetPassword(&cli, password_, passwordSz_)); in test_SrpKeyGenFunc_cb()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dsrp.h187 WOLFSSL_API int wc_SrpSetPassword(Srp* srp, const byte* password, word32 size);
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dsrp.h187 WOLFSSL_API int wc_SrpSetPassword(Srp* srp, const byte* password, word32 size);
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dsrp.h187 WOLFSSL_API int wc_SrpSetPassword(Srp* srp, const byte* password, word32 size);
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dsrp.h187 WOLFSSL_API int wc_SrpSetPassword(Srp* srp, const byte* password, word32 size);
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Dsrp.h198 WOLFSSL_API int wc_SrpSetPassword(Srp* srp, const byte* password, word32 size);
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dsrp.h198 WOLFSSL_API int wc_SrpSetPassword(Srp* srp, const byte* password, word32 size);
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dsrp.h198 WOLFSSL_API int wc_SrpSetPassword(Srp* srp, const byte* password, word32 size);
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dsrp.h198 WOLFSSL_API int wc_SrpSetPassword(Srp* srp, const byte* password, word32 size);
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dsrp.h198 WOLFSSL_API int wc_SrpSetPassword(Srp* srp, const byte* password, word32 size);
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Dsrp.c435 int wc_SrpSetPassword(Srp* srp, const byte* password, word32 size) in wc_SrpSetPassword() function
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dsrp.c435 int wc_SrpSetPassword(Srp* srp, const byte* password, word32 size) in wc_SrpSetPassword() function
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dsrp.c435 int wc_SrpSetPassword(Srp* srp, const byte* password, word32 size) in wc_SrpSetPassword() function
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dsrp.c435 int wc_SrpSetPassword(Srp* srp, const byte* password, word32 size) in wc_SrpSetPassword() function
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dsrp.c435 int wc_SrpSetPassword(Srp* srp, const byte* password, word32 size) in wc_SrpSetPassword() function
/dports/security/wolfssl/wolfssl-5.1.0/src/
H A Dssl.c17396 r = wc_SrpSetPassword(ctx->srp, in wolfSSL_CTX_set_srp_username()
17440 r = wc_SrpSetPassword(ctx->srp, (const byte*)password, in wolfSSL_CTX_set_srp_password()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dssl.c17396 r = wc_SrpSetPassword(ctx->srp, in wolfSSL_CTX_set_srp_username()
17440 r = wc_SrpSetPassword(ctx->srp, (const byte*)password, in wolfSSL_CTX_set_srp_password()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dssl.c17396 r = wc_SrpSetPassword(ctx->srp, in wolfSSL_CTX_set_srp_username()
17440 r = wc_SrpSetPassword(ctx->srp, (const byte*)password, in wolfSSL_CTX_set_srp_password()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dssl.c17396 r = wc_SrpSetPassword(ctx->srp, in wolfSSL_CTX_set_srp_username()
17440 r = wc_SrpSetPassword(ctx->srp, (const byte*)password, in wolfSSL_CTX_set_srp_password()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dssl.c17396 r = wc_SrpSetPassword(ctx->srp, in wolfSSL_CTX_set_srp_username()
17440 r = wc_SrpSetPassword(ctx->srp, (const byte*)password, in wolfSSL_CTX_set_srp_password()
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/test/
H A Dtest.c17307 if (!r) r = wc_SrpSetPassword(cli, password, passwordSz);

12