Home
last modified time | relevance | path

Searched defs:rho (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_ctanhf.c42 float t, beta, s, rho, denom; in ctanhf() local
H A Ds_ctanh.c77 double t, beta, s, rho, denom; in ctanh() local
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_matrix.h40 matrix_expand_A(EVP_MD_CTX *g_ctx, const EVP_MD *md, const uint8_t *rho, in matrix_expand_A()
H A Dml_dsa_key.h22 uint8_t rho[ML_DSA_RHO_BYTES]; /* public random seed */ member
H A Dml_dsa_sample.c201 const uint8_t *rho, MATRIX *out) in ossl_ml_dsa_matrix_expand_A()
H A Dml_dsa_key.c417 const uint8_t *const rho = expanded_seed; /* p = Public Random Seed */ in keygen_internal() local
/freebsd/crypto/openssl/include/crypto/
H A Dml_kem.h178 uint8_t *rho; /* Public matrix seed */ member
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c1005 BIGNUM *a, *z, *rho, *w, *w2, *tmp; in BN_GF2m_mod_solve_quad_arr() local
/freebsd/contrib/wpa/src/tls/
H A Dlibtommath.c2646 mp_montgomery_setup (mp_int * n, mp_digit * rho) in mp_montgomery_setup()
2693 static int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce()
/freebsd/crypto/openssl/crypto/ml_kem/
H A Dml_kem.c1243 const uint8_t *rho = key->rho; in encode_pubkey() local
/freebsd/crypto/openssh/
H A Dsntrup761.c2146 const unsigned char *rho = pk + crypto_kem_sntrup761_PUBLICKEYBYTES; in crypto_kem_sntrup761_dec() local