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()
61 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;
163 void ossl_rsa_multip_info_free_ex(RSA_PRIME_INFO *pinfo);
164 void ossl_rsa_multip_info_free(RSA_PRIME_INFO *pinfo);
165 RSA_PRIME_INFO *ossl_rsa_multip_info_new(void);
H A Drsa_lib.c491 STACK_OF(RSA_PRIME_INFO) *prime_infos, *old = NULL; in RSA_set0_multi_prime_params()
492 RSA_PRIME_INFO *pinfo; in RSA_set0_multi_prime_params()
587 RSA_PRIME_INFO *pinfo; in RSA_get0_multi_prime_factors()
628 RSA_PRIME_INFO *pinfo; in RSA_get0_multi_prime_crt_params()
761 STACK_OF(RSA_PRIME_INFO) *prime_infos, *old_infos = NULL; in DEFINE_STACK_OF()
819 RSA_PRIME_INFO *pinfo = NULL; in DEFINE_STACK_OF()
879 RSA_PRIME_INFO *pinfo; in DEFINE_SPECIAL_STACK_OF_CONST()
H A Drsa_backend.c525 const RSA_PRIME_INFO *pinfo = NULL; in ossl_rsa_dup()
526 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_gen.c264 RSA_PRIME_INFO *pinfo = NULL; in rsa_multiprime_keygen()
265 STACK_OF(RSA_PRIME_INFO) *prime_infos = NULL; in rsa_multiprime_keygen()
H A Drsa_ossl.c812 RSA_PRIME_INFO *pinfo; in rsa_ossl_mod_exp()
1186 RSA_PRIME_INFO *pinfo; in rsa_ossl_finish()
H A Drsa_ameth.c351 RSA_PRIME_INFO *pinfo; in pkey_rsa_print()

Completed in 28 milliseconds