Home
last modified time | relevance | path

Searched refs:RSA_PRIME_INFO (Results 1 – 9 of 9) sorted by relevance

/openssl/crypto/rsa/
H A Drsa_mp.c15 void ossl_rsa_multip_info_free_ex(RSA_PRIME_INFO *pinfo) in ossl_rsa_multip_info_free_ex()
22 void ossl_rsa_multip_info_free(RSA_PRIME_INFO *pinfo) in ossl_rsa_multip_info_free()
31 RSA_PRIME_INFO *ossl_rsa_multip_info_new(void) in ossl_rsa_multip_info_new()
33 RSA_PRIME_INFO *pinfo; in ossl_rsa_multip_info_new()
36 if ((pinfo = OPENSSL_zalloc(sizeof(RSA_PRIME_INFO))) == NULL) { in ossl_rsa_multip_info_new()
63 RSA_PRIME_INFO *pinfo; in ossl_rsa_multip_calc_product()
H A Drsa_asn1.c51 ASN1_SEQUENCE(RSA_PRIME_INFO) = {
52 ASN1_SIMPLE(RSA_PRIME_INFO, r, CBIGNUM),
53 ASN1_SIMPLE(RSA_PRIME_INFO, d, CBIGNUM),
54 ASN1_SIMPLE(RSA_PRIME_INFO, t, CBIGNUM),
55 } ASN1_SEQUENCE_END(RSA_PRIME_INFO)
67 ASN1_SEQUENCE_OF_OPT(RSA, prime_infos, RSA_PRIME_INFO)
H A Drsa_local.h25 } RSA_PRIME_INFO; typedef
27 DECLARE_ASN1_ITEM(RSA_PRIME_INFO)
28 DEFINE_STACK_OF(RSA_PRIME_INFO)
86 STACK_OF(RSA_PRIME_INFO) *prime_infos;
159 void ossl_rsa_multip_info_free_ex(RSA_PRIME_INFO *pinfo);
160 void ossl_rsa_multip_info_free(RSA_PRIME_INFO *pinfo);
161 RSA_PRIME_INFO *ossl_rsa_multip_info_new(void);
H A Drsa_lib.c482 STACK_OF(RSA_PRIME_INFO) *prime_infos, *old = NULL; in RSA_set0_multi_prime_params()
483 RSA_PRIME_INFO *pinfo; in RSA_set0_multi_prime_params()
578 RSA_PRIME_INFO *pinfo; in RSA_get0_multi_prime_factors()
619 RSA_PRIME_INFO *pinfo; in RSA_get0_multi_prime_crt_params()
748 STACK_OF(RSA_PRIME_INFO) *prime_infos, *old_infos = NULL; in DEFINE_STACK_OF()
784 RSA_PRIME_INFO *pinfo = NULL; in DEFINE_STACK_OF()
846 RSA_PRIME_INFO *pinfo; in DEFINE_SPECIAL_STACK_OF_CONST()
H A Drsa_gen.c81 RSA_PRIME_INFO *pinfo = NULL; in rsa_multiprime_keygen()
82 STACK_OF(RSA_PRIME_INFO) *prime_infos = NULL; in rsa_multiprime_keygen()
H A Drsa_backend.c401 const RSA_PRIME_INFO *pinfo = NULL; in ossl_rsa_dup()
402 RSA_PRIME_INFO *duppinfo = NULL; in ossl_rsa_dup()
H A Drsa_chk.c27 RSA_PRIME_INFO *pinfo; in rsa_validate_keypair_multiprime()
H A Drsa_ossl.c615 RSA_PRIME_INFO *pinfo; in rsa_ossl_mod_exp()
989 RSA_PRIME_INFO *pinfo; in rsa_ossl_finish()
H A Drsa_ameth.c348 RSA_PRIME_INFO *pinfo; in pkey_rsa_print()

Completed in 27 milliseconds