Home
last modified time | relevance | path

Searched refs:modified (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/src/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ml_dsa_sigver.txt14 # modified signature - hint
25 # modified signature - z
37 # modified message
48 # modified signature - z
60 # modified signature - hint
71 # modified message
104 # modified signature - hint
115 # modified signature - commitment
127 # modified signature - commitment
149 # modified signature - commitment
[all …]
H A Devppkey_slh_dsa_sigver.txt26 # modified message
62 # modified signature - SIGFORS
74 # modified signature - SIGFORS
86 # modified signature - SIGHT
98 # modified signature - R
133 # modified signature - SIGHT
145 # modified signature - R
168 # modified message
180 # modified message
192 # modified message
[all …]
H A Devppkey_ml_kem_encap_decap.txt626 # modified ciphertext
634 # modified ciphertext
642 # modified ciphertext
650 # modified ciphertext
682 # modified ciphertext
714 # modified ciphertext
730 # modified ciphertext
738 # modified ciphertext
762 # modified ciphertext
770 # modified ciphertext
[all …]
/src/crypto/openssl/crypto/x509/
H A Dx509_set.c31 x->cert_info.enc.modified = 1; in X509_set_version()
40 x->cert_info.enc.modified = 1; in X509_set_version()
53 x->cert_info.enc.modified = 1; in X509_set_serialNumber()
61 x->cert_info.enc.modified = 1; in X509_set_issuer_name()
69 x->cert_info.enc.modified = 1; in X509_set_subject_name()
73 int ossl_x509_set1_time(int *modified, ASN1_TIME **ptm, const ASN1_TIME *tm) in ossl_x509_set1_time() argument
84 if (modified != NULL) in ossl_x509_set1_time()
85 *modified = 1; in ossl_x509_set1_time()
93 return ossl_x509_set1_time(&x->cert_info.enc.modified, in X509_set1_notBefore()
101 return ossl_x509_set1_time(&x->cert_info.enc.modified, in X509_set1_notAfter()
[all …]
H A Dx509cset.c29 x->crl.enc.modified = 1; in X509_CRL_set_version()
39 x->crl.enc.modified = 1; in X509_CRL_set_issuer_name()
47 return ossl_x509_set1_time(&x->crl.enc.modified, &x->crl.lastUpdate, tm); in X509_CRL_set1_lastUpdate()
54 return ossl_x509_set1_time(&x->crl.enc.modified, &x->crl.nextUpdate, tm); in X509_CRL_set1_nextUpdate()
70 c->crl.enc.modified = 1; in X509_CRL_sort()
178 crl->crl.enc.modified = 1; in i2d_re_X509_CRL_tbs()
H A Dx509rset.c24 x->req_info.enc.modified = 1; in X509_REQ_set_version()
32 x->req_info.enc.modified = 1; in X509_REQ_set_subject_name()
40 x->req_info.enc.modified = 1; in X509_REQ_set_pubkey()
H A Dx509_req.c245 req->req_info.enc.modified = 1; in X509_REQ_delete_attr()
257 req->req_info.enc.modified = 1; in X509_REQ_add1_attr()
272 req->req_info.enc.modified = 1; in X509_REQ_add1_attr_by_OBJ()
287 req->req_info.enc.modified = 1; in X509_REQ_add1_attr_by_NID()
302 req->req_info.enc.modified = 1; in X509_REQ_add1_attr_by_txt()
348 req->req_info.enc.modified = 1; in i2d_re_X509_REQ_tbs()
/src/sbin/hastd/
H A Dactivemap.c296 bool modified; in activemap_write_start() local
303 modified = false; in activemap_write_start()
319 modified = true; in activemap_write_start()
322 return (modified); in activemap_write_start()
332 bool modified; in activemap_write_complete() local
339 modified = false; in activemap_write_complete()
355 modified = true; in activemap_write_complete()
359 return (modified); in activemap_write_complete()
369 bool modified; in activemap_extent_complete() local
375 modified = false; in activemap_extent_complete()
[all …]
/src/bin/ed/
H A Dmain.c74 int modified; /* if set, buffer modified since last write */ variable
173 if (modified && !scripted) { in main()
184 modified = 0; in main()
207 modified = 0; in main()
471 if (modified && !scripted) in exec_command()
502 modified = 0; in exec_command()
638 gflag = (modified && !scripted && c == 'q') ? EMOD : EOF; in exec_command()
661 modified = 1; in exec_command()
796 modified = 0; in exec_command()
797 else if (modified && !scripted && n == 'q') in exec_command()
[all …]
/src/sys/conf/
H A Dnewvers.sh115 modified=no
129 include_metadata=if-modified
296 [ ${include_metadata} = "if-modified" -a ${modified} = "yes" ] && include_metadata=yes
/src/contrib/ee/
H A DChanges13 - modified new_curse.c to handle different subdirectory naming in terminfo
17 - modified get_options to be cleaner for arg handling
31 - modified create.make and new_curse.c to allow defining TERMCAP file
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.def35 /// The generic ARM ABI is a modified version of the Itanium ABI
77 /// The generic AArch64 ABI is also a modified version of the Itanium ABI,
85 /// The generic Mips ABI is a modified version of the Itanium ABI.
91 /// The WebAssembly ABI is a modified version of the Itanium ABI.
106 /// The Fuchsia ABI is a modified version of the Itanium ABI.
112 /// The XL ABI is the ABI used by IBM xlclang compiler and is a modified
/src/lib/libc/softfloat/
H A DREADME.NetBSD3 This is a modified version of part of John Hauser's SoftFloat 2a package.
4 This version has been heavily modified to support its use with GCC to
/src/crypto/openssl/crypto/asn1/
H A Dtasn_utl.c148 enc->modified = 1; in ossl_asn1_enc_init()
160 enc->modified = 1; in ossl_asn1_enc_free()
179 enc->modified = 0; in ossl_asn1_enc_save()
189 if (enc == NULL || enc->modified) in ossl_asn1_enc_restore()
/src/contrib/less/
H A Dcmdbuf.c78 lbool modified; member
759 public void cmd_addhist(struct mlist *mlist, constant char *cmd, lbool modified) in cmd_addhist() argument
798 ml->modified = modified; in cmd_addhist()
806 if (modified) in cmd_addhist()
831 curr_mlist->modified = TRUE; in cmd_accept()
1646 if (!ml->modified) in write_mlist()
1649 ml->modified = FALSE; in write_mlist()
1651 ml->modified = FALSE; /* entire mlist is now unmodified */ in write_mlist()
1695 if (mlist_search.modified) in copy_hist()
1701 if (mlist_shell.modified) in copy_hist()
[all …]
/src/sys/contrib/openzfs/contrib/icp/gcm-simd/boringssl/
H A DREADME4 The assembler files where then further modified to fit the ICP conventions.
8 included and modified in the ICP.
/src/contrib/pam_modules/pam_passwdqc/
H A DLICENSE4 modified versions are marked as such. There's absolutely no warranty.
7 same relaxed terms. In particular, you're free to place modified
/src/crypto/openssl/doc/man3/
H A DCRYPTO_THREAD_run_once.pod96 variable is modified by CRYPTO_atomic_add() then CRYPTO_atomic_add() must
97 be the only way that the variable is modified. If atomic operations are not
105 variable is modified by CRYPTO_atomic_add64() then CRYPTO_atomic_add64() must
106 be the only way that the variable is modified. If atomic operations are not
114 specific platform. Because of this, if a variable is modified by
116 be the only way that the variable is modified. If atomic operations are not
124 specific platform. Because of this, if a variable is modified by
126 be the only way that the variable is modified. If atomic operations are not
133 platform. Because of this, if a variable is modified by CRYPTO_atomic_or() or
/src/crypto/krb5/src/util/profile/
H A Dprof_init.c402 profile_is_modified(profile_t profile, int *modified) in profile_is_modified() argument
407 if (!modified) in profile_is_modified()
409 *modified = 0; in profile_is_modified()
412 if (profile->vt->modified) in profile_is_modified()
413 return profile->vt->modified(profile->cbdata, modified); in profile_is_modified()
419 *modified = (profile->first_file->data->flags & PROFILE_FILE_DIRTY); in profile_is_modified()
H A Dprofile.hin69 (profile_t profile, int *modified);
204 * Optional: Determine if a profile is modified in memory relative to the
206 * modified.
209 (*profile_modified_fn)(void *cbdata, int *modified);
264 profile_modified_fn modified;
/src/contrib/wpa/
H A DCONTRIBUTIONS11 All contributions are expected to be licensed under the modified BSD
68 is licensed both under GPL v2 and modified BSD license (see below) and
78 is licensed under the modified BSD license (see below).
84 (e) The contribution can be licensed under the modified BSD license
92 only the modified BSD license (see below), i.e., without the GPL v2
94 future. It should be noted that the modified BSD license is compatible
129 person who certified (a), (b) or (c) and I have not modified
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOs16.cpp120 bool modified = false; in runOnModule() local
157 return modified; in runOnModule()
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVMergeRegionExitTargets.cpp247 bool modified = false; in runOnFunction() local
252 modified = true; in runOnFunction()
258 return modified; in runOnFunction()
/src/contrib/ntp/sntp/libopts/
H A DCOPYING.lgplv352 facility is invoked), then you may convey a copy of the modified
104 recombine or relink the Application with a modified version of
105 the Linked Version to produce a modified Combined Work, in the
112 system, and (b) will operate properly with a modified version
119 necessary to install and execute a modified version of the
121 Application with a modified version of the Linked Version. (If
/src/sbin/fsck_ffs/
H A Ddir.c316 int spaceleft, modified, unused; in dircheck() local
326 modified = 0; in dircheck()
343 modified = 1; in dircheck()
347 modified = 1; in dircheck()
353 modified = 1; in dircheck()
356 if (modified) in dircheck()
400 modified = 1; in dircheck()
404 if (modified) in dircheck()

12345678910>>...19