Home
last modified time | relevance | path

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

/openssl/include/crypto/
H A Drsa.h68 int ossl_rsa_get0_all_params(RSA *r, STACK_OF(BIGNUM_const) *primes,
69 STACK_OF(BIGNUM_const) *exps,
70 STACK_OF(BIGNUM_const) *coeffs);
/openssl/doc/internal/man3/
H A Dossl_rsa_get0_all_params.pod12 int ossl_rsa_get0_all_params(RSA *r, STACK_OF(BIGNUM_const) *primes,
13 STACK_OF(BIGNUM_const) *exps,
14 STACK_OF(BIGNUM_const) *coeffs);
/openssl/crypto/
H A Dparam_build_set.c20 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument
100 STACK_OF(BIGNUM_const) *stk) in ossl_param_build_set_multi_key_bn()
/openssl/crypto/rsa/
H A Drsa_lib.c872 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument
874 int ossl_rsa_get0_all_params(RSA *r, STACK_OF(BIGNUM_const) *primes, in DEFINE_SPECIAL_STACK_OF_CONST()
875 STACK_OF(BIGNUM_const) *exps, in DEFINE_SPECIAL_STACK_OF_CONST()
876 STACK_OF(BIGNUM_const) *coeffs) in DEFINE_SPECIAL_STACK_OF_CONST()
914 STACK_OF(BIGNUM_const) *factors = sk_BIGNUM_const_new_null(); in ossl_rsa_check_factors()
915 STACK_OF(BIGNUM_const) *exps = sk_BIGNUM_const_new_null(); in ossl_rsa_check_factors()
916 STACK_OF(BIGNUM_const) *coeffs = sk_BIGNUM_const_new_null(); in ossl_rsa_check_factors()
H A Drsa_backend.c257 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument
264 STACK_OF(BIGNUM_const) *factors = sk_BIGNUM_const_new_null(); in DEFINE_SPECIAL_STACK_OF_CONST()
265 STACK_OF(BIGNUM_const) *exps = sk_BIGNUM_const_new_null(); in DEFINE_SPECIAL_STACK_OF_CONST()
266 STACK_OF(BIGNUM_const) *coeffs = sk_BIGNUM_const_new_null(); in DEFINE_SPECIAL_STACK_OF_CONST()
/openssl/include/internal/
H A Dparam_build_set.h49 STACK_OF(BIGNUM_const) *stk);
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c35 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument
637 STACK_OF(BIGNUM_const) *factors = NULL; in rsa_to_text()
638 STACK_OF(BIGNUM_const) *exps = NULL; in rsa_to_text()
639 STACK_OF(BIGNUM_const) *coeffs = NULL; in rsa_to_text()
/openssl/include/openssl/
H A Dtypes.h106 STACK_OF(BIGNUM_const);
/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c60 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument

Completed in 23 milliseconds