Home
last modified time | relevance | path

Searched refs:pubexp (Results 1 – 4 of 4) sorted by relevance

/external/ipsec-tools/src/racoon/
Dplainrsa-gen.c160 unsigned int pubexp = 0x3; in main() local
171 sscanf(optarg, "0x%x", &pubexp); in main()
173 pubexp = atoi(optarg); in main()
203 gen_rsa_key(fp, bits, pubexp); in main()
/external/openssl/crypto/rsa/
Drsa_pmeth.c646 BIGNUM *pubexp = NULL; in pkey_rsa_ctrl_str() local
647 if (!BN_asc2bn(&pubexp, value)) in pkey_rsa_ctrl_str()
649 ret = EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx, pubexp); in pkey_rsa_ctrl_str()
651 BN_free(pubexp); in pkey_rsa_ctrl_str()
Drsa.h245 #define EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx, pubexp) \ argument
247 EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP, 0, pubexp)
/external/openssl/include/openssl/
Drsa.h245 #define EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx, pubexp) \ argument
247 EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP, 0, pubexp)