Searched refs:rsa_type (Results 1 – 5 of 5) sorted by relevance
/freebsd/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() 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 …]
|
/freebsd/crypto/openssl/providers/common/der/ |
H A D | der_rsa_key.c | 368 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()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_ameth.c | 772 static int rsa_int_export_to(const EVP_PKEY *from, int rsa_type, in rsa_int_export_to() argument 829 int rsa_type) in rsa_int_import_from() argument 844 RSA_set_flags(rsa, rsa_type); in rsa_int_import_from() 850 switch (rsa_type) { in rsa_int_import_from() 885 switch (rsa_type) { in rsa_int_import_from()
|
/freebsd/crypto/openssl/providers/common/include/prov/ |
H A D | der_rsa.h.in | 29 int rsa_type,
|
H A D | der_rsa.h | 183 int rsa_type,
|