Searched refs:rsa_type (Results 1 – 5 of 5) sorted by relevance
| /src/crypto/openssl/providers/implementations/keymgmt/ |
| H A D | rsa_kmgmt.c | 63 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() 189 …s_fromdata(ossl_rsa_get0_pss_params_30(rsa), &pss_defaults_set, params, rsa_type, ossl_rsa_get0_li… in rsa_import() 328 int rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in rsa_get_params() local 347 && (rsa_type != RSA_FLAG_TYPE_RSASSAPSS in rsa_get_params() 360 && rsa_type == RSA_FLAG_TYPE_RSASSAPSS in rsa_get_params() 367 return (rsa_type != RSA_FLAG_TYPE_RSASSAPSS in rsa_get_params() 414 int rsa_type; member [all …]
|
| /src/crypto/openssl/providers/common/der/ |
| H A D | der_rsa_key.c | 367 int rsa_type, in ossl_DER_w_algorithmIdentifier_RSA_PSS() argument 374 switch (rsa_type) { in ossl_DER_w_algorithmIdentifier_RSA_PSS() 394 int rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in ossl_DER_w_algorithmIdentifier_RSA() local 397 return ossl_DER_w_algorithmIdentifier_RSA_PSS(pkt, tag, rsa_type, in ossl_DER_w_algorithmIdentifier_RSA()
|
| /src/crypto/openssl/crypto/rsa/ |
| H A D | rsa_ameth.c | 793 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 867 RSA_set_flags(rsa, rsa_type); in rsa_int_import_from() 873 switch (rsa_type) { in rsa_int_import_from() 909 switch (rsa_type) { in rsa_int_import_from()
|
| /src/crypto/openssl/providers/common/include/prov/ |
| H A D | der_rsa.h | 185 int rsa_type,
|
| H A D | der_rsa.h.in | 31 int rsa_type,
|