Home
last modified time | relevance | path

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

/openssl/providers/common/
H A Dsecuritycheck.c27 int protect = 0; in ossl_rsa_key_op_get_protect() local
32 protect = 1; in ossl_rsa_key_op_get_protect()
39 protect = 1; in ossl_rsa_key_op_get_protect()
57 *outprotect = protect; in ossl_rsa_key_op_get_protect()
67 int ossl_rsa_check_key_size(const RSA *rsa, int protect) in ossl_rsa_check_key_size() argument
71 if (protect ? (sz < 2048) : (sz < 1024)) in ossl_rsa_check_key_size()
121 int ossl_ec_check_security_strength(const EC_GROUP *group, int protect) in ossl_ec_check_security_strength() argument
135 if (protect && strength < OSSL_FIPS_MIN_SECURITY_STRENGTH_BITS) in ossl_ec_check_security_strength()
H A Dsecuritycheck_fips.c38 const RSA *rsa, const char *desc, int protect) in ossl_fips_ind_rsa_key_check() argument
40 int key_approved = ossl_rsa_check_key_size(rsa, protect); in ossl_fips_ind_rsa_key_check()
57 int protect) in ossl_fips_ind_ec_key_check() argument
65 strength_allowed = ossl_ec_check_security_strength(group, protect); in ossl_fips_ind_ec_key_check()
/openssl/providers/common/include/prov/
H A Dsecuritycheck.h17 int ossl_rsa_check_key_size(const RSA *rsa, int protect);
23 int ossl_ec_check_security_strength(const EC_GROUP *group, int protect);
/openssl/doc/man3/
H 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.
H A DBN_mod_exp_mont.pod36 memory layout to limit data-dependency to a minimum to protect secret exponents.
H A DSSL_CTX_set_default_passwd_cb.pod58 protect the private key. The way this password can be supplied may depend
H A DOPENSSL_secure_malloc.pod42 In order to help protect applications (particularly long-running servers)
/openssl/providers/fips/include/fips/
H A Dfipsindicator.h126 const RSA *rsa, const char *desc, int protect);
130 int protect);
/openssl/providers/implementations/kem/
H A Drsa_kem.c134 int protect = 0; in rsakem_init() local
142 if (!ossl_rsa_key_op_get_protect(vrsa, operation, &protect)) in rsakem_init()
155 prsactx->rsa, desc, protect)) in rsakem_init()
/openssl/doc/internal/man3/
H 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>
149 The function does not protect the message if I<unprotectedErrors> is nonzero.
/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c100 int protect = 0; in rsa_init() local
105 if (!ossl_rsa_key_op_get_protect(vrsa, operation, &protect)) in rsa_init()
130 prsactx->rsa, desc, protect)) in rsa_init()
/openssl/doc/HOWTO/
H A Dkeys.txt81 With this variant, you will be prompted for a password to protect your key.
/openssl/providers/implementations/signature/
H A Drsa_sig.c508 int protect; in rsa_signverify_init() local
524 if (!ossl_rsa_key_op_get_protect(prsactx->rsa, operation, &protect)) in rsa_signverify_init()
604 prsactx->rsa, desc, protect)) in rsa_signverify_init()
/openssl/external/perl/Text-Template-1.56/
H 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/doc/man1/
H A Dopenssl-ts.pod.in168 protect against replay attacks. (Optional)
H A Dopenssl-cmp.pod.in693 used to protect a message [...] because other protection, external to PKIX, will
1309 Yet some CMP services tend not to protect negative responses.
/openssl/doc/designs/quic-design/
H A Drecord-layer.md299 * "packet". The interface in this file applies to all protocols that protect
/openssl/crypto/objects/
H A Dobjects.txt550 !Cname email-protect
/openssl/
H A DCHANGES.md4095 * Add blinding to ECDSA and DSA signatures to protect against side channel
4714 * Add blinding to ECDSA and DSA signatures to protect against side channel
6499 * Add blinding to ECDSA and DSA signatures to protect against side channel

Completed in 66 milliseconds