Home
last modified time | relevance | path

Searched refs:protect (Results 1 – 13 of 13) sorted by relevance

/openssl-master/providers/common/
A Dsecuritycheck.c31 int protect = 0; in ossl_rsa_check_key() local
35 protect = 1; in ossl_rsa_check_key()
41 protect = 1; in ossl_rsa_check_key()
64 if (protect ? (sz < 2048) : (sz < 1024)) { in ossl_rsa_check_key()
72 (void)protect; in ossl_rsa_check_key()
92 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect) in ossl_ec_check_key() argument
133 if (protect && strength < 112) { in ossl_ec_check_key()
/openssl-master/doc/man3/
A DRSA_blinding_on.pod5 RSA_blinding_on, RSA_blinding_off - protect the RSA operation from timing attacks
25 must be used to protect the RSA operation from that attack.
A DBN_mod_exp_mont.pod36 memory layout to limit data-dependency to a minimum to protect secret exponents.
A DSSL_CTX_set_default_passwd_cb.pod58 protect the private key. The way this password can be supplied may depend
A DOPENSSL_secure_malloc.pod42 In order to help protect applications (particularly long-running servers)
/openssl-master/providers/common/include/prov/
A Dsecuritycheck.h14 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect);
/openssl-master/doc/internal/man3/
A Dossl_cmp_certreq_new.pod76 The function does not protect the message if the B<status> value in I<si>
123 It does not protect the message if the B<status> value in I<si> is B<rejected>
148 The function does not protect the message if I<unprotectedErrors> is nonzero.
/openssl-master/doc/HOWTO/
A Dkeys.txt81 With this variant, you will be prompted for a password to protect your key.
/openssl-master/external/perl/Text-Template-1.56/
A DLICENSE47 To protect your rights, we need to make restrictions that forbid
57 We protect your rights with two steps: (1) copyright the software, and
/openssl-master/doc/man1/
A Dopenssl-cmp.pod.in609 used to protect a message [...] because other protection, external to PKIX, will
1038 Yet some CMP services tend not to protect negative responses.
A Dopenssl-ts.pod.in168 protect against replay-attacks. (Optional)
/openssl-master/crypto/objects/
A Dobjects.txt530 !Cname email-protect
/openssl-master/
A DCHANGES.md2156 * Add blinding to ECDSA and DSA signatures to protect against side channel
2775 * Add blinding to ECDSA and DSA signatures to protect against side channel
4560 * Add blinding to ECDSA and DSA signatures to protect against side channel

Completed in 33 milliseconds