Home
last modified time | relevance | path

Searched refs:ossl_ffc_generate_private_key (Results 1 – 5 of 5) sorted by relevance

/openssl/test/
H A Dffc_internal_test.c626 if (!TEST_false(ossl_ffc_generate_private_key(ctx, params, 220, 112, priv))) in ffc_private_gen_test()
629 if (!TEST_false(ossl_ffc_generate_private_key(ctx, params, N + 1, 112, priv))) in ffc_private_gen_test()
632 if (!TEST_false(ossl_ffc_generate_private_key(ctx, params, N, 0, priv))) in ffc_private_gen_test()
635 if (!TEST_true(ossl_ffc_generate_private_key(ctx, params, N, 112, priv))) in ffc_private_gen_test()
641 if (!TEST_true(ossl_ffc_generate_private_key(ctx, params, N / 2, 112, priv))) in ffc_private_gen_test()
646 if (!TEST_true(ossl_ffc_generate_private_key(ctx, params, 0, in ffc_private_gen_test()
/openssl/crypto/ffc/
H A Dffc_key_generate.c22 int ossl_ffc_generate_private_key(BN_CTX *ctx, const FFC_PARAMS *params, in ossl_ffc_generate_private_key() function
/openssl/crypto/dh/
H A Ddh_key.c321 if (!ossl_ffc_generate_private_key(ctx, &dh->params, dh->length, in generate_key()
360 if (!ossl_ffc_generate_private_key(ctx, &dh->params, in generate_key()
/openssl/crypto/dsa/
H A Ddsa_key.c173 if (!ossl_ffc_generate_private_key(ctx, &dsa->params, in dsa_keygen()
/openssl/include/internal/
H A Dffc.h186 int ossl_ffc_generate_private_key(BN_CTX *ctx, const FFC_PARAMS *params,

Completed in 11 milliseconds