Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/keymgmt/
A Drsa_kmgmt.c71 if (rsa_type != RSA_FLAG_TYPE_RSASSAPSS in DEFINE_SPECIAL_STACK_OF_CONST()
156 int rsa_type; in rsa_import() local
166 rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in rsa_import()
324 && (rsa_type != RSA_FLAG_TYPE_RSASSAPSS in rsa_get_params()
336 && rsa_type == RSA_FLAG_TYPE_RSASSAPSS in rsa_get_params()
344 return (rsa_type != RSA_FLAG_TYPE_RSASSAPSS in rsa_get_params()
391 int rsa_type; member
443 gctx->rsa_type = rsa_type; in gen_init()
492 if (gctx->rsa_type == RSA_FLAG_TYPE_RSASSAPSS in rsa_gen_set_params()
552 switch (gctx->rsa_type) { in rsa_gen()
[all …]
/openssl-master/providers/common/der/
A Dder_rsa_key.c359 int rsa_type, in ossl_DER_w_algorithmIdentifier_RSA_PSS() argument
366 switch (rsa_type) { in ossl_DER_w_algorithmIdentifier_RSA_PSS()
386 int rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in ossl_DER_w_algorithmIdentifier_RSA() local
389 return ossl_DER_w_algorithmIdentifier_RSA_PSS(pkt, tag, rsa_type, in ossl_DER_w_algorithmIdentifier_RSA()
/openssl-master/crypto/rsa/
A Drsa_ameth.c728 static int rsa_int_export_to(const EVP_PKEY *from, int rsa_type, in rsa_int_export_to() argument
785 int rsa_type) in rsa_int_import_from() argument
800 RSA_set_flags(rsa, rsa_type); in rsa_int_import_from()
806 switch (rsa_type) { in rsa_int_import_from()
841 switch (rsa_type) { in rsa_int_import_from()
/openssl-master/providers/common/include/prov/
A Dder_rsa.h.in29 int rsa_type,

Completed in 10 milliseconds