/third_party/node/src/ |
D | node_constants.h | 32 #ifndef RSA_PSS_SALTLEN_DIGEST 33 #define RSA_PSS_SALTLEN_DIGEST -1 macro
|
D | node_constants.cc | 1062 #ifdef RSA_PSS_SALTLEN_DIGEST in DefineCryptoConstants() 1063 NODE_DEFINE_CONSTANT(target, RSA_PSS_SALTLEN_DIGEST); in DefineCryptoConstants()
|
/third_party/node/test/parallel/ |
D | test-crypto-sign-verify.js | 161 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),
|
D | test-crypto-async-sign-verify.js | 85 saltLength: crypto.constants.RSA_PSS_SALTLEN_DIGEST
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
D | rsa_pss.c | 66 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()
|
D | rsa_pmeth.c | 480 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/ |
D | rsa_pss.c | 66 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()
|
D | rsa_pmeth.c | 480 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/ |
D | rsa_sig.c | 202 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/ |
D | rsa_sig.c | 202 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/ |
D | constants.d.ts | 253 RSA_PSS_SALTLEN_DIGEST: -1;
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | rsa.h | 105 # define RSA_PSS_SALTLEN_DIGEST -1 macro
|
/third_party/openssl/include/openssl/ |
D | rsa.h | 135 # define RSA_PSS_SALTLEN_DIGEST -1 macro
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | rsa.h | 135 # define RSA_PSS_SALTLEN_DIGEST -1 macro
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
D | statem_lib.c | 345 RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_construct_cert_verify() 539 RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_process_cert_verify()
|
D | statem_clnt.c | 2298 RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_process_key_exchange()
|
D | statem_srvr.c | 2709 || EVP_PKEY_CTX_set_rsa_pss_saltlen(pctx, RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_construct_server_key_exchange()
|
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 324 RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_construct_cert_verify() 518 RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_process_cert_verify()
|
D | statem_clnt.c | 2290 RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_process_key_exchange()
|
D | statem_srvr.c | 2688 || EVP_PKEY_CTX_set_rsa_pss_saltlen(pctx, RSA_PSS_SALTLEN_DIGEST) <= 0) { in tls_construct_server_key_exchange()
|
/third_party/openssl/crypto/evp/ |
D | ctrl_params_translate.c | 1371 { (unsigned int)RSA_PSS_SALTLEN_DIGEST, "digest" }, in fix_rsa_pss_saltlen()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | ctrl_params_translate.c | 1374 { (unsigned int)RSA_PSS_SALTLEN_DIGEST, "digest" }, in fix_rsa_pss_saltlen()
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_CTX_ctrl.pod | 278 =item B<RSA_PSS_SALTLEN_DIGEST>
|
/third_party/node/doc/api/ |
D | crypto.md | 2312 `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>
|