Searched refs:BIGNUM_const (Results 1 – 9 of 9) sorted by relevance
/openssl/include/crypto/ |
H A D | rsa.h | 68 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 D | ossl_rsa_get0_all_params.pod | 12 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 D | param_build_set.c | 20 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 D | rsa_lib.c | 872 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 D | rsa_backend.c | 257 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 D | param_build_set.h | 49 STACK_OF(BIGNUM_const) *stk);
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 35 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument 638 STACK_OF(BIGNUM_const) *factors = NULL; in rsa_to_text() 639 STACK_OF(BIGNUM_const) *exps = NULL; in rsa_to_text() 640 STACK_OF(BIGNUM_const) *coeffs = NULL; in rsa_to_text()
|
/openssl/include/openssl/ |
H A D | types.h | 106 STACK_OF(BIGNUM_const);
|
/openssl/providers/implementations/keymgmt/ |
H A D | rsa_kmgmt.c | 60 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument
|
Completed in 52 milliseconds