Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/keymgmt/
Drsa_kmgmt.c63 const OSSL_PARAM params[], int rsa_type, in DEFINE_SPECIAL_STACK_OF_CONST()
71 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()
191 params, rsa_type, in rsa_import()
334 int rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in rsa_get_params() local
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
[all …]
/third_party/openssl/providers/common/der/
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()
/third_party/openssl/crypto/rsa/
Drsa_ameth.c729 static int rsa_int_export_to(const EVP_PKEY *from, int rsa_type, in rsa_int_export_to() argument
786 int rsa_type) in rsa_int_import_from() argument
801 RSA_set_flags(rsa, rsa_type); in rsa_int_import_from()
807 switch (rsa_type) { in rsa_int_import_from()
842 switch (rsa_type) { in rsa_int_import_from()
/third_party/openssl/providers/common/include/prov/
Dder_rsa.h.in29 int rsa_type,