Home
last modified time | relevance | path

Searched defs:pubexp (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/bearssl/src/rsa/
H A Drsa_i31_keygen.c32 unsigned size, uint32_t pubexp) in br_rsa_i31_keygen()
H A Drsa_i62_keygen.c34 unsigned size, uint32_t pubexp) in br_rsa_i62_keygen()
H A Drsa_i15_keygen.c222 uint32_t pubexp, uint16_t *t, size_t tlen) in mkprime()
440 unsigned size, uint32_t pubexp) in br_rsa_i15_keygen()
H A Drsa_i31_keygen_inner.c236 uint32_t pubexp, uint32_t *t, size_t tlen, br_i31_modpow_opt_type mp31) in mkprime()
461 unsigned size, uint32_t pubexp, br_i31_modpow_opt_type mp31) in br_rsa_i31_keygen_inner()
/freebsd/contrib/bearssl/tools/
H A Dskey.c324 parse_rsa_spec(const char *kgen_spec, unsigned *size, uint32_t *pubexp) in parse_rsa_spec()
376 keygen_rsa(unsigned size, uint32_t pubexp, outspec *os) in keygen_rsa()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_lib.c1245 int EVP_PKEY_CTX_set_rsa_keygen_pubexp(EVP_PKEY_CTX *ctx, BIGNUM *pubexp) in EVP_PKEY_CTX_set_rsa_keygen_pubexp()
1263 int EVP_PKEY_CTX_set1_rsa_keygen_pubexp(EVP_PKEY_CTX *ctx, BIGNUM *pubexp) in EVP_PKEY_CTX_set1_rsa_keygen_pubexp()
H A Drsa_pmeth.c672 BIGNUM *pubexp = NULL; in pkey_rsa_ctrl_str() local
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c6777 uint32_t pubexp, z; in test_RSA_keygen() local