Searched refs:pubexp (Results 1 – 4 of 4) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | plainrsa-gen.c | 160 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/ |
D | rsa_pmeth.c | 646 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()
|
D | rsa.h | 245 #define EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx, pubexp) \ argument 247 EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP, 0, pubexp)
|
/external/openssl/include/openssl/ |
D | rsa.h | 245 #define EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx, pubexp) \ argument 247 EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP, 0, pubexp)
|