Home
last modified time | relevance | path

Searched refs:legacy_pss (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_backend.c456 const RSA_PSS_PARAMS *legacy_pss = NULL; in ossl_rsa_sync_to_pss_params_30() local
460 && (legacy_pss = RSA_get0_pss_params(rsa)) != NULL in ossl_rsa_sync_to_pss_params_30()
475 if (!ossl_rsa_pss_get_param_unverified(legacy_pss, &md, &mgf1md, in ossl_rsa_sync_to_pss_params_30()
/third_party/openssl/crypto/rsa/
H A Drsa_backend.c468 const RSA_PSS_PARAMS *legacy_pss = NULL; in ossl_rsa_sync_to_pss_params_30() local
472 && (legacy_pss = RSA_get0_pss_params(rsa)) != NULL in ossl_rsa_sync_to_pss_params_30()
487 if (!ossl_rsa_pss_get_param_unverified(legacy_pss, &md, &mgf1md, in ossl_rsa_sync_to_pss_params_30()

Completed in 3 milliseconds