Home
last modified time | relevance | path

Searched refs:RSA_PSS_SALTLEN_DIGEST (Results 1 – 24 of 24) sorted by relevance

/third_party/node/src/
Dnode_constants.h32 #ifndef RSA_PSS_SALTLEN_DIGEST
33 #define RSA_PSS_SALTLEN_DIGEST -1 macro
Dnode_constants.cc1062 #ifdef RSA_PSS_SALTLEN_DIGEST in DefineCryptoConstants()
1063 NODE_DEFINE_CONSTANT(target, RSA_PSS_SALTLEN_DIGEST); in DefineCryptoConstants()
/third_party/node/test/parallel/
Dtest-crypto-sign-verify.js161 case crypto.constants.RSA_PSS_SALTLEN_DIGEST:
171 crypto.constants.RSA_PSS_SALTLEN_DIGEST,
172 getEffectiveSaltLength(crypto.constants.RSA_PSS_SALTLEN_DIGEST),
179 crypto.constants.RSA_PSS_SALTLEN_DIGEST,
180 getEffectiveSaltLength(crypto.constants.RSA_PSS_SALTLEN_DIGEST),
Dtest-crypto-async-sign-verify.js85 saltLength: crypto.constants.RSA_PSS_SALTLEN_DIGEST
/third_party/node/deps/openssl/openssl/crypto/rsa/
Drsa_pss.c66 if (sLen == RSA_PSS_SALTLEN_DIGEST) { in RSA_verify_PKCS1_PSS_mgf1()
177 if (sLen == RSA_PSS_SALTLEN_DIGEST) { in RSA_padding_add_PKCS1_PSS_mgf1()
Drsa_pmeth.c480 if ((p1 == RSA_PSS_SALTLEN_DIGEST in pkey_rsa_ctrl()
653 saltlen = RSA_PSS_SALTLEN_DIGEST; in pkey_rsa_ctrl_str()
/third_party/openssl/crypto/rsa/
Drsa_pss.c66 if (sLen == RSA_PSS_SALTLEN_DIGEST) { in RSA_verify_PKCS1_PSS_mgf1()
177 if (sLen == RSA_PSS_SALTLEN_DIGEST) { in RSA_padding_add_PKCS1_PSS_mgf1()
Drsa_pmeth.c480 if ((p1 == RSA_PSS_SALTLEN_DIGEST in pkey_rsa_ctrl()
649 saltlen = RSA_PSS_SALTLEN_DIGEST; in pkey_rsa_ctrl_str()
/third_party/openssl/providers/implementations/signature/
Drsa_sig.c202 if (saltlen == RSA_PSS_SALTLEN_DIGEST) { in rsa_pss_compute_saltlen()
599 case RSA_PSS_SALTLEN_DIGEST: in rsa_sign()
1104 case RSA_PSS_SALTLEN_DIGEST: in rsa_get_ctx_params()
1271 saltlen = RSA_PSS_SALTLEN_DIGEST; in rsa_set_ctx_params()
1302 case RSA_PSS_SALTLEN_DIGEST: in rsa_set_ctx_params()
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
Drsa_sig.c202 if (saltlen == RSA_PSS_SALTLEN_DIGEST) { in rsa_pss_compute_saltlen()
599 case RSA_PSS_SALTLEN_DIGEST: in rsa_sign()
1105 case RSA_PSS_SALTLEN_DIGEST: in rsa_get_ctx_params()
1272 saltlen = RSA_PSS_SALTLEN_DIGEST; in rsa_set_ctx_params()
1303 case RSA_PSS_SALTLEN_DIGEST: in rsa_set_ctx_params()
/third_party/node/typings/internalBinding/
Dconstants.d.ts253 RSA_PSS_SALTLEN_DIGEST: -1;
/third_party/openssl/ohos_lite/include/openssl/
Drsa.h105 # define RSA_PSS_SALTLEN_DIGEST -1 macro
/third_party/openssl/include/openssl/
Drsa.h135 # define RSA_PSS_SALTLEN_DIGEST -1 macro
/third_party/node/deps/openssl/openssl/include/openssl/
Drsa.h135 # define RSA_PSS_SALTLEN_DIGEST -1 macro
/third_party/node/deps/openssl/openssl/ssl/statem/
Dstatem_lib.c345 RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_construct_cert_verify()
539 RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_process_cert_verify()
Dstatem_clnt.c2298 RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_process_key_exchange()
Dstatem_srvr.c2709 || EVP_PKEY_CTX_set_rsa_pss_saltlen(pctx, RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_construct_server_key_exchange()
/third_party/openssl/ssl/statem/
Dstatem_lib.c324 RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_construct_cert_verify()
518 RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_process_cert_verify()
Dstatem_clnt.c2290 RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_process_key_exchange()
Dstatem_srvr.c2688 || EVP_PKEY_CTX_set_rsa_pss_saltlen(pctx, RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_construct_server_key_exchange()
/third_party/openssl/crypto/evp/
Dctrl_params_translate.c1371 { (unsigned int)RSA_PSS_SALTLEN_DIGEST, "digest" }, in fix_rsa_pss_saltlen()
/third_party/node/deps/openssl/openssl/crypto/evp/
Dctrl_params_translate.c1374 { (unsigned int)RSA_PSS_SALTLEN_DIGEST, "digest" }, in fix_rsa_pss_saltlen()
/third_party/openssl/doc/man3/
DEVP_PKEY_CTX_ctrl.pod278 =item B<RSA_PSS_SALTLEN_DIGEST>
/third_party/node/doc/api/
Dcrypto.md2312 `crypto.constants.RSA_PSS_SALTLEN_DIGEST` sets the salt length to the digest
2443 `crypto.constants.RSA_PSS_SALTLEN_DIGEST` sets the salt length to the digest
5415 `crypto.constants.RSA_PSS_SALTLEN_DIGEST` sets the salt length to the digest
5531 `crypto.constants.RSA_PSS_SALTLEN_DIGEST` sets the salt length to the digest
6059 <td><code>RSA_PSS_SALTLEN_DIGEST</code></td>