Searched refs:sig (Results 201 - 225 of 739) sorted by relevance

1234567891011>>

/openbsd-current/sys/ufs/mfs/
H A Dmfs_vfsops.c169 int sleepreturn = 0, sig; local
192 sig = cursig(p, &ctx);
194 dounmount(mp, (sig == SIGKILL) ? MNT_FORCE : 0, p))
196 sigmask(sig));
/openbsd-current/gnu/llvm/lld/wasm/
H A DSymbolTable.h83 InputFile *file, const WasmSignature *sig);
103 DefinedFunction *createUndefinedStub(const WasmSignature &sig);
117 bool getFunctionVariant(Symbol* sym, const WasmSignature *sig,
119 InputFunction *replaceWithUnreachable(Symbol *sym, const WasmSignature &sig,
/openbsd-current/gnu/llvm/lldb/tools/driver/
H A DPlatform.h70 extern int kill(pid_t pid, int sig);
/openbsd-current/lib/libcrypto/ec/
H A Dec_kmeth.c226 int dlen, unsigned char *sig, unsigned int *siglen,
245 const ECDSA_SIG *sig, EC_KEY *eckey))
299 int dlen, unsigned char *sig, unsigned int *siglen,
321 const ECDSA_SIG *sig, EC_KEY *eckey))
224 EC_KEY_METHOD_set_sign(EC_KEY_METHOD *meth, int (*sign)(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey), int (*sign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp), ECDSA_SIG *(*sign_sig)(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey)) argument
241 EC_KEY_METHOD_set_verify(EC_KEY_METHOD *meth, int (*verify)(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey), int (*verify_sig)(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey)) argument
297 EC_KEY_METHOD_get_sign(const EC_KEY_METHOD *meth, int (**psign)(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey), int (**psign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp), ECDSA_SIG *(**psign_sig)(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey)) argument
317 EC_KEY_METHOD_get_verify(const EC_KEY_METHOD *meth, int (**pverify)(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey), int (**pverify_sig)(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey)) argument
/openbsd-current/usr.sbin/nsd/util/
H A Dproxy_protocol.h101 uint8_t sig[PP2_SIG_LEN]; member in struct:pp2_header
/openbsd-current/lib/libcrypto/dsa/
H A Ddsa_pmeth.c131 pkey_dsa_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *out_siglen, argument
148 if (!DSA_sign(0, tbs, tbslen, sig, &siglen, dsa))
157 pkey_dsa_verify(EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen, argument
171 return DSA_verify(0, tbs, tbslen, sig, siglen, dsa);
H A Ddsa.h122 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
123 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s);
127 DSA_SIG *sig,DSA *dsa);
145 unsigned char *sig, unsigned int *siglen, DSA *dsa);
H A Ddsa_local.h71 DSA_SIG *sig, DSA *dsa);
/openbsd-current/usr.sbin/unbound/util/
H A Dproxy_protocol.h101 uint8_t sig[PP2_SIG_LEN]; member in struct:pp2_header
/openbsd-current/sbin/unwind/libunbound/util/
H A Dproxy_protocol.h101 uint8_t sig[PP2_SIG_LEN]; member in struct:pp2_header
/openbsd-current/usr.bin/sndiod/
H A Ddsp.h78 unsigned int sig; /* 1 if signed, 0 if unsigned */ member in struct:aparams
H A Ddsp.c134 *p++ = par->sig ? 's' : 'u';
164 int i, sig, bits, le, bps, msb; local
175 sig = 1;
177 sig = 0;
240 par->sig = sig;
257 par->sig = 1;
279 return par->sig &&
623 if (par->sig) {
716 if (par->sig) {
[all...]
/openbsd-current/usr.bin/aucat/
H A Ddsp.h78 unsigned int sig; /* 1 if signed, 0 if unsigned */ member in struct:aparams
H A Ddsp.c204 *p++ = par->sig ? 's' : 'u';
234 int i, sig, bits, le, bps, msb; local
245 sig = 1;
247 sig = 0;
310 par->sig = sig;
327 par->sig = 1;
349 return par->sig &&
693 if (par->sig) {
889 if (par->sig) {
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Config-Perl-V/t/
H A D22_plv510.t34 ok (my $sig = Config::Perl::V::signature ($conf), "Get signature");
38 is ($sig, $md5, "MD5");
/openbsd-current/sys/dev/pci/
H A Dami_pci.c160 pcireg_t sig; local
176 sig = pci_conf_read(pa->pa_pc, pa->pa_tag,
178 if (sig == AMI_SIGNATURE_1 ||
179 sig == AMI_SIGNATURE_2)
/openbsd-current/sys/arch/arm64/dev/
H A Dsmbios.c79 char sig[5]; local
86 if (bus_space_map(sc->sc_iot, faa->fa_reg[0].addr, sizeof(sig),
91 bus_space_read_region_1(sc->sc_iot, ioh, 0, sig, sizeof(sig));
92 bus_space_unmap(sc->sc_iot, ioh, sizeof(sig));
94 if (strncmp(sig, "_SM_", 4) == 0) {
129 } else if (strncmp(sig, "_SM3_", 5) == 0) {
/openbsd-current/usr.bin/mail/
H A Dlex.c200 int n, sig, *sigp; local
223 sig = 0;
224 sigp = sourcing ? NULL : &sig;
227 if (sig) {
228 if (sig == SIGINT)
230 else if (sig == SIGHUP)
235 (void)kill(0, sig);
/openbsd-current/usr.sbin/hostapd/
H A Dprivsep.c204 hostapd_priv(int fd, short sig, void *arg) argument
216 if (sig != EV_READ)
460 hostapd_sig_relay(int sig, short event, void *arg) argument
465 if (kill(child_pid, sig) == -1)
467 child_pid, sig);
472 hostapd_sig_chld(int sig, short event, void *arg) argument
478 if (sig == SIGCHLD)
/openbsd-current/usr.bin/ssh/
H A Dssh-dss.c258 DSA_SIG *sig = NULL; local
280 if ((sig = DSA_do_sign(digest, dlen, key->dsa)) == NULL) {
285 DSA_SIG_get0(sig, &sig_r, &sig_s);
317 DSA_SIG_free(sig);
324 const u_char *sig, size_t siglen,
338 sig == NULL || siglen == 0)
344 if ((b = sshbuf_from(sig, siglen)) == NULL)
323 ssh_dss_verify(const struct sshkey *key, const u_char *sig, size_t siglen, const u_char *data, size_t dlen, const char *alg, u_int compat, struct sshkey_sig_details **detailsp) argument
H A Dssh-sk-helper.c95 u_char *sig = NULL; local
122 if ((r = sshsk_sign(provider, key, &sig, &siglen,
132 (r = sshbuf_put_string(resp, sig, siglen)) != 0)
138 if (sig != NULL)
139 freezero(sig, siglen);
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp459 SignalContext sig{info, uc};
460 HandleTagMismatch(ai, StackTrace::GetNextInstructionPc(sig.pc), sig.bp, uc);
484 static void OnStackUnwind(const SignalContext &sig, const void *, argument
486 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context,
/openbsd-current/lib/libcrypto/asn1/
H A Dt_x509.c311 X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) argument
316 n = sig->length;
317 s = sig->data;
337 X509_signature_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig) argument
352 return ameth->sig_print(bp, sigalg, sig, 9, 0);
355 if (sig)
356 return X509_signature_dump(bp, sig, 9);
/openbsd-current/usr.sbin/unbound/util/data/
H A Dmsgparse.c327 /** see if rrset of type RRSIG contains sig over given type */
349 struct rr_parse* sig = sigset->rr_first; local
353 while(sig) {
354 nextsig = sig->next;
355 if(pkt_rrsig_covered_equals(pkt, sig->ttl_data,
363 insert->ttl_data = sig->ttl_data;
364 insert->size = sig->size;
368 if(prev) prev->next = sig->next;
369 else sigset->rr_first = sig->next;
370 if(sigset->rr_last == sig)
716 struct rr_parse* sig; local
[all...]
/openbsd-current/sbin/unwind/libunbound/util/data/
H A Dmsgparse.c327 /** see if rrset of type RRSIG contains sig over given type */
349 struct rr_parse* sig = sigset->rr_first; local
353 while(sig) {
354 nextsig = sig->next;
355 if(pkt_rrsig_covered_equals(pkt, sig->ttl_data,
363 insert->ttl_data = sig->ttl_data;
364 insert->size = sig->size;
368 if(prev) prev->next = sig->next;
369 else sigset->rr_first = sig->next;
370 if(sigset->rr_last == sig)
716 struct rr_parse* sig; local
[all...]

Completed in 241 milliseconds

1234567891011>>