Home
last modified time | relevance | path

Searched refs:SRP_Calc_u (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSRP_Calc_B.pod10 SRP_Calc_u,
35 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N);
57 SRP_Calc_u(). The client key and B<x> and B<A> parameters are used on the
/freebsd/crypto/openssl/test/
H A Dsrptest.c89 u = SRP_Calc_u(Apub, Bpub, GN->N); in run_srp()
209 u = SRP_Calc_u(Apub, Bpub, GN->N); in run_srp_kat()
/freebsd/crypto/openssl/include/openssl/
H A Dsrp.h.in178 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N);
H A Dsrp.h249 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N);
/freebsd/crypto/openssl/crypto/srp/
H A Dsrp_lib.c70 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N) in SRP_Calc_u() function
/freebsd/crypto/openssl/util/
H A Dmissingcrypto111.txt1220 SRP_Calc_u(3)
H A Dlibcrypto.num3655 SRP_Calc_u 3738 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
/freebsd/secure/lib/libcrypto/
H A DVersion.map2591 SRP_Calc_u;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod2203 SRP_Calc_u(), SRP_Calc_x(), SRP_check_known_gN_param(), SRP_create_verifier(),
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3736 MLINKS+= SRP_Calc_B.3 SRP_Calc_u.3