Home
last modified time | relevance | path

Searched refs:rsa_type (Results 1 – 4 of 4) sorted by relevance

/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c71 if (rsa_type != RSA_FLAG_TYPE_RSASSAPSS in DEFINE_SPECIAL_STACK_OF_CONST()
176 int rsa_type; in rsa_import() local
186 rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in rsa_import()
353 && (rsa_type != RSA_FLAG_TYPE_RSASSAPSS in rsa_get_params()
365 && rsa_type == RSA_FLAG_TYPE_RSASSAPSS in rsa_get_params()
373 return (rsa_type != RSA_FLAG_TYPE_RSASSAPSS in rsa_get_params()
420 int rsa_type; member
470 gctx->rsa_type = rsa_type; in gen_init()
526 if (gctx->rsa_type == RSA_FLAG_TYPE_RSASSAPSS in rsa_gen_set_params()
586 switch (gctx->rsa_type) { in rsa_gen()
[all …]
/openssl/providers/common/der/
H A Dder_rsa_key.c368 int rsa_type, in ossl_DER_w_algorithmIdentifier_RSA_PSS() argument
375 switch (rsa_type) { in ossl_DER_w_algorithmIdentifier_RSA_PSS()
395 int rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in ossl_DER_w_algorithmIdentifier_RSA() local
398 return ossl_DER_w_algorithmIdentifier_RSA_PSS(pkt, tag, rsa_type, in ossl_DER_w_algorithmIdentifier_RSA()
/openssl/providers/common/include/prov/
H A Dder_rsa.h.in29 int rsa_type,
/openssl/crypto/rsa/
H A Drsa_ameth.c793 static int rsa_int_export_to(const EVP_PKEY *from, int rsa_type, in rsa_int_export_to() argument
850 int rsa_type) in rsa_int_import_from() argument
865 RSA_set_flags(rsa, rsa_type); in rsa_int_import_from()
871 switch (rsa_type) { in rsa_int_import_from()
906 switch (rsa_type) { in rsa_int_import_from()

Completed in 17 milliseconds