Searched refs:SRP_Calc_u (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SRP_Calc_B.pod | 10 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 D | srptest.c | 89 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 D | srp.h.in | 178 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N);
|
H A D | srp.h | 249 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N);
|
/freebsd/crypto/openssl/crypto/srp/ |
H A D | srp_lib.c | 70 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N) in SRP_Calc_u() function
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto111.txt | 1220 SRP_Calc_u(3)
|
H A D | libcrypto.num | 3655 SRP_Calc_u 3738 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 2591 SRP_Calc_u;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 2203 SRP_Calc_u(), SRP_Calc_x(), SRP_check_known_gN_param(), SRP_create_verifier(),
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3736 MLINKS+= SRP_Calc_B.3 SRP_Calc_u.3
|