Home
last modified time | relevance | path

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

12345678910>>...19

/freebsd/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 …]
/freebsd/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()
179 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.c246 req->req_info.enc.modified = 1; in X509_REQ_delete_attr()
258 req->req_info.enc.modified = 1; in X509_REQ_add1_attr()
273 req->req_info.enc.modified = 1; in X509_REQ_add1_attr_by_OBJ()
288 req->req_info.enc.modified = 1; in X509_REQ_add1_attr_by_NID()
303 req->req_info.enc.modified = 1; in X509_REQ_add1_attr_by_txt()
349 req->req_info.enc.modified = 1; in i2d_re_X509_REQ_tbs()
/freebsd/bin/ed/
H A Dmain.c72 int modified; /* if set, buffer modified since last write */ variable
171 if (modified && !scripted) { in main()
182 modified = 0; in main()
205 modified = 0; in main()
469 if (modified && !scripted) in exec_command()
500 modified = 0; in exec_command()
636 gflag = (modified && !scripted && c == 'q') ? EMOD : EOF; in exec_command()
659 modified = 1; in exec_command()
794 modified = 0; in exec_command()
795 else if (modified && !scripted && n == 'q') in exec_command()
[all …]
/freebsd/sys/conf/
H A Dnewvers.sh115 modified=no
129 include_metadata=if-modified
296 [ ${include_metadata} = "if-modified" -a ${modified} = "yes" ] && include_metadata=yes
/freebsd/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
/freebsd/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
/freebsd/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()
/freebsd/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
/freebsd/contrib/less/
H A Dcmdbuf.c75 lbool modified; member
752 public void cmd_addhist(struct mlist *mlist, constant char *cmd, lbool modified) in cmd_addhist() argument
791 ml->modified = modified; in cmd_addhist()
815 curr_mlist->modified = TRUE; in cmd_accept()
1622 if (!ml->modified) in write_mlist()
1625 ml->modified = FALSE; in write_mlist()
1627 ml->modified = FALSE; /* entire mlist is now unmodified */ in write_mlist()
1671 if (mlist_search.modified) in copy_hist()
1677 if (mlist_shell.modified) in copy_hist()
1717 if (mlist_search.modified) in histfile_modified()
[all …]
/freebsd/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
/freebsd/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.
/freebsd/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
/freebsd/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;
/freebsd/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
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOs16.cpp120 bool modified = false; in runOnModule() local
157 return modified; in runOnModule()
/freebsd/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()
/freebsd/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
/freebsd/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()
/freebsd/contrib/dialog/
H A Ddlg_keys.c764 int modified = 0; in dlg_parse_bindkey() local
776 } else if (modified) { in dlg_parse_bindkey()
778 curses_key = ((modified == '^') in dlg_parse_bindkey()
782 curses_key = ((modified == '^') in dlg_parse_bindkey()
787 modified = *p; in dlg_parse_bindkey()
789 modified = *p; in dlg_parse_bindkey()

12345678910>>...19