Home
last modified time | relevance | path

Searched refs:OSSL_PKEY_RSA_PSS_SALT_LEN_AUTO (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/doc/man7/
DEVP_SIGNATURE-RSA.pod67 =item "auto" (B<OSSL_PKEY_RSA_PSS_SALT_LEN_AUTO>)
/third_party/openssl/include/openssl/
Dcore_names.h399 #define OSSL_PKEY_RSA_PSS_SALT_LEN_AUTO "auto" macro
/third_party/openssl/providers/implementations/signature/
Drsa_sig.c1108 value = OSSL_PKEY_RSA_PSS_SALT_LEN_AUTO; in rsa_get_ctx_params()
1271 else if (strcmp(p->data, OSSL_PKEY_RSA_PSS_SALT_LEN_AUTO) == 0) in rsa_set_ctx_params()