Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Drsa.h62 int ossl_rsa_get0_all_params(RSA *r, STACK_OF(BIGNUM_const) *primes,
63 STACK_OF(BIGNUM_const) *exps,
64 STACK_OF(BIGNUM_const) *coeffs);
/freebsd/crypto/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);
/freebsd/crypto/openssl/crypto/
H A Dparam_build_set.c20 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument
98 STACK_OF(BIGNUM_const) *stk) in ossl_param_build_set_multi_key_bn()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_backend.c121 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument
128 STACK_OF(BIGNUM_const) *factors = sk_BIGNUM_const_new_null(); in DEFINE_SPECIAL_STACK_OF_CONST()
129 STACK_OF(BIGNUM_const) *exps = sk_BIGNUM_const_new_null(); in DEFINE_SPECIAL_STACK_OF_CONST()
130 STACK_OF(BIGNUM_const) *coeffs = sk_BIGNUM_const_new_null(); in DEFINE_SPECIAL_STACK_OF_CONST()
H A Drsa_lib.c843 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument
845 int ossl_rsa_get0_all_params(RSA *r, STACK_OF(BIGNUM_const) *primes, in DEFINE_SPECIAL_STACK_OF_CONST()
846 STACK_OF(BIGNUM_const) *exps, in DEFINE_SPECIAL_STACK_OF_CONST()
847 STACK_OF(BIGNUM_const) *coeffs) in DEFINE_SPECIAL_STACK_OF_CONST()
/freebsd/crypto/openssl/include/internal/
H A Dparam_build_set.h44 STACK_OF(BIGNUM_const) *stk);
/freebsd/crypto/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
635 STACK_OF(BIGNUM_const) *factors = NULL; in rsa_to_text()
636 STACK_OF(BIGNUM_const) *exps = NULL; in rsa_to_text()
637 STACK_OF(BIGNUM_const) *coeffs = NULL; in rsa_to_text()
/freebsd/crypto/openssl/include/openssl/
H A Dtypes.h97 STACK_OF(BIGNUM_const);
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c60 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument