Lines Matching refs:protect
26 * Set protect = 1 for encryption or signing operations, or 0 otherwise. See
31 int protect = 0;
35 protect = 1;
41 protect = 1;
64 if (protect ? (sz < 2048) : (sz < 1024)) {
71 /* make protect used */
72 (void)protect;
80 * protect should be 1 for any operations that need 112 bits of security
92 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect)
133 if (protect && strength < 112) {