Home
last modified time | relevance | path

Searched refs:RSA_PSS_SALTLEN_MAX_SIGN (Results 1 – 11 of 11) sorted by relevance

/third_party/node/src/
Dnode_constants.h36 #ifndef RSA_PSS_SALTLEN_MAX_SIGN
37 #define RSA_PSS_SALTLEN_MAX_SIGN -2 macro
Dnode_constants.cc1066 #ifdef RSA_PSS_SALTLEN_MAX_SIGN in DefineCryptoConstants()
1067 NODE_DEFINE_CONSTANT(target, RSA_PSS_SALTLEN_MAX_SIGN); in DefineCryptoConstants()
/third_party/node/test/parallel/
Dtest-crypto-sign-verify.js163 case crypto.constants.RSA_PSS_SALTLEN_MAX_SIGN:
173 crypto.constants.RSA_PSS_SALTLEN_MAX_SIGN,
174 getEffectiveSaltLength(crypto.constants.RSA_PSS_SALTLEN_MAX_SIGN),
181 getEffectiveSaltLength(crypto.constants.RSA_PSS_SALTLEN_MAX_SIGN),
Dtest-crypto-async-sign-verify.js78 saltLength: crypto.constants.RSA_PSS_SALTLEN_MAX_SIGN
/third_party/node/typings/internalBinding/
Dconstants.d.ts254 RSA_PSS_SALTLEN_MAX_SIGN: -2;
/third_party/node/deps/openssl/openssl/crypto/rsa/
Drsa_pss.c179 } else if (sLen == RSA_PSS_SALTLEN_MAX_SIGN) { in RSA_padding_add_PKCS1_PSS_mgf1()
/third_party/openssl/crypto/rsa/
Drsa_pss.c179 } else if (sLen == RSA_PSS_SALTLEN_MAX_SIGN) { in RSA_padding_add_PKCS1_PSS_mgf1()
/third_party/openssl/ohos_lite/include/openssl/
Drsa.h111 # define RSA_PSS_SALTLEN_MAX_SIGN -2 macro
/third_party/openssl/include/openssl/
Drsa.h141 # define RSA_PSS_SALTLEN_MAX_SIGN -2 macro
/third_party/node/deps/openssl/openssl/include/openssl/
Drsa.h141 # define RSA_PSS_SALTLEN_MAX_SIGN -2 macro
/third_party/node/doc/api/
Dcrypto.md2313 size, `crypto.constants.RSA_PSS_SALTLEN_MAX_SIGN` (default) sets it to the
5416 size, `crypto.constants.RSA_PSS_SALTLEN_MAX_SIGN` (default) sets it to the
5532 size, `crypto.constants.RSA_PSS_SALTLEN_MAX_SIGN` (default) sets it to the
6064 <td><code>RSA_PSS_SALTLEN_MAX_SIGN</code></td>