Searched refs:signature (Results 101 - 125 of 381) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Decdsatest.c106 ECDSA_SIG *signature = NULL; local
148 /* create the signature via ECDSA_sign_setup to avoid use of ECDSA nonces */
151 || !TEST_ptr(signature = ECDSA_do_sign_ex(digest, dgst_len,
153 /* verify the signature */
154 || !TEST_int_eq(ECDSA_do_verify(digest, dgst_len, signature, key), 1))
157 /* compare the created signature with the expected signature */
158 ECDSA_SIG_get0(signature, &sig_r, &sig_s);
174 ECDSA_SIG_free(signature);
190 * - create a signature
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.h383 signatured_type (ULONGEST signature) argument
384 : signature (signature)
387 /* The type's signature. */
388 ULONGEST signature; member in struct:signatured_type
447 signatured_type_up allocate_signatured_type (ULONGEST signature);
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dprotocol.c162 omapi_value_t *signature; local
312 /* Calculate the message signature. */
313 signature = (omapi_value_t *)0;
315 "output-signature", &signature);
323 (c, signature -> value -> u.buffer.value,
324 signature -> value -> u.buffer.len));
325 omapi_value_dereference (&signature, MDL);
355 omapi_value_t *signature = NULL; local
547 /* XXX must compute partial signature acros
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dsig_24.c260 * signature expiration: 4
304 * signature expiration: 4
378 REQUIRE(sig->signature != NULL || sig->siglen == 0);
426 return (mem_tobuffer(target, sig->signature, sig->siglen));
497 sig->signature = mem_maybedup(mctx, sr.base, sig->siglen);
498 if (sig->signature == NULL) {
524 if (sig->signature != NULL) {
525 isc_mem_free(sig->mctx, sig->signature);
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dsig_24.c260 * signature expiration: 4
304 * signature expiration: 4
378 REQUIRE(sig->signature != NULL || sig->siglen == 0);
426 return (mem_tobuffer(target, sig->signature, sig->siglen));
497 sig->signature = mem_maybedup(mctx, sr.base, sig->siglen);
498 if (sig->signature == NULL) {
524 if (sig->signature != NULL) {
525 isc_mem_free(sig->mctx, sig->signature);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Ddwp.cc94 uint64_t signature; member in struct:gold::Unit_set
98 : signature(0), sections()
479 // Lookup a type signature and return TRUE if we have already seen it.
533 find_or_add(uint64_t signature, unsigned int* slotp);
676 // Cache of the last type signature looked up.
678 // Cache of the slot index for the last type signature.
740 uint64_t signature, Dwarf_die*);
1203 uint64_t signature = local
1207 if (index != 0 && (!is_tu_index || !output_file->lookup_tu(signature)))
1210 unit_set->signature
1731 find_or_add(uint64_t signature, unsigned int* slotp) argument
1815 uint64_t signature = old_hash_table[i]; local
2264 visit_type_unit(off_t, off_t tu_length, off_t, uint64_t signature, Dwarf_die*) argument
[all...]
H A Dgdb-index.h78 add_type_unit(off_t tu_offset, off_t type_offset, uint64_t signature) argument
80 this->type_units_.push_back(Type_unit(tu_offset, type_offset, signature));
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Ddwp.cc94 uint64_t signature; member in struct:gold::Unit_set
98 : signature(0), sections()
479 // Lookup a type signature and return TRUE if we have already seen it.
533 find_or_add(uint64_t signature, unsigned int* slotp);
676 // Cache of the last type signature looked up.
678 // Cache of the slot index for the last type signature.
740 uint64_t signature, Dwarf_die*);
1203 uint64_t signature = local
1207 if (index != 0 && (!is_tu_index || !output_file->lookup_tu(signature)))
1210 unit_set->signature
1731 find_or_add(uint64_t signature, unsigned int* slotp) argument
1815 uint64_t signature = old_hash_table[i]; local
2264 visit_type_unit(off_t, off_t tu_length, off_t, uint64_t signature, Dwarf_die*) argument
[all...]
H A Dgdb-index.h78 add_type_unit(off_t tu_offset, off_t type_offset, uint64_t signature) argument
80 this->type_units_.push_back(Type_unit(tu_offset, type_offset, signature));
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx_all.c33 if (X509_ALGOR_cmp(&a->sig_alg, &a->cert_info.signature) != 0)
37 &a->signature, &a->cert_info,
45 a->signature, &a->req_info, a->distinguishing_id,
57 &a->sig_algor, a->signature, a->spkac, r);
75 return ASN1_item_sign_ex(ASN1_ITEM_rptr(X509_CINF), &x->cert_info.signature,
76 &x->sig_alg, &x->signature, &x->cert_info, NULL,
88 &x->cert_info.signature,
89 &x->sig_alg, &x->signature, &x->cert_info, ctx);
120 x->signature, &x->req_info, NULL,
132 &x->sig_alg, NULL, x->signature,
[all...]
H A Dx509_req.c301 *psig = req->signature;
308 if (req->signature)
309 ASN1_BIT_STRING_free(req->signature);
310 req->signature = psig;
H A Dx_x509.c21 ASN1_EMBED(X509_CINF, signature, X509_ALGOR),
135 ASN1_EMBED(X509, signature, ASN1_BIT_STRING)
299 *psig = &x->signature;
/netbsd-current/sys/dev/ic/
H A Dcacreg.h123 u_int8_t signature; member in struct:cac_drive_info
138 u_int32_t signature; member in struct:cac_controller_info
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/crmf/
H A Dcrmf_local.h249 * signature BIT STRING
255 ASN1_BIT_STRING *signature; member in struct:ossl_crmf_poposigningkey_st
264 * signature [1] POPOSigningKey,
273 OSSL_CRMF_POPOSIGNINGKEY *signature; /* 1 */ member in union:ossl_crmf_popo_st::__anon128
/netbsd-current/crypto/external/bsd/openssl/dist/include/crypto/
H A Decx.h102 const uint8_t signature[64], const uint8_t public_key[32],
116 const uint8_t signature[114], const uint8_t public_key[57],
H A Dx509.h78 X509_ALGOR sig_alg; /* signature algorithm */
79 ASN1_BIT_STRING *signature; /* signature */ member in struct:X509_req_st
91 X509_ALGOR sig_alg; /* signature algorithm */
102 X509_ALGOR sig_alg; /* CRL signature algorithm */
103 ASN1_BIT_STRING signature; /* CRL signature */ member in struct:X509_crl_st
163 X509_ALGOR signature; member in struct:x509_cinf_st
177 ASN1_BIT_STRING signature; member in struct:x509_st
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh-pkcs11-client.c244 u_char *blob = NULL, *signature = NULL; local
277 if ((r = sshbuf_get_string(msg, &signature, &slen)) != 0)
280 memcpy(to, signature, slen);
283 free(signature);
320 u_char *blob = NULL, *signature = NULL; local
359 if ((r = sshbuf_get_string(msg, &signature, &slen)) != 0)
361 cp = signature;
363 free(signature);
H A Dauthfd.h69 const struct sshbuf *session_id, const struct sshbuf *signature,
H A Dssh-keysign.c183 u_char *signature, *data, rver; local
303 if ((r = sshkey_sign(keys[i], &signature, &slen, data, dlen,
310 if ((r = sshbuf_put_string(b, signature, slen)) != 0)
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_append_filter.c156 const char *cmd, const void *signature, size_t signature_len)
163 if (archive_read_support_filter_program_signature(_a, cmd, signature,
155 archive_read_append_filter_program_signature(struct archive *_a, const char *cmd, const void *signature, size_t signature_len) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dverifier.h21 * Transaction of a DAA Verifier to verify a signature (VerifierTransaction.java)
56 TSS_DAA_SIGNATURE signature, // in
/netbsd-current/sys/stand/efiboot/
H A Defiacpi.c37 char signature[8]; member in struct:acpi_rdsp
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
H A Docsp_asn.c17 ASN1_SIMPLE(OCSP_SIGNATURE, signature, ASN1_BIT_STRING),
116 ASN1_SIMPLE(OCSP_BASICRESP, signature, ASN1_BIT_STRING),
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_asn.c17 ASN1_SIMPLE(OCSP_SIGNATURE, signature, ASN1_BIT_STRING),
116 ASN1_SIMPLE(OCSP_BASICRESP, signature, ASN1_BIT_STRING),
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx_x509.c21 ASN1_EMBED(X509_CINF, signature, X509_ALGOR),
106 ASN1_EMBED(X509, signature, ASN1_BIT_STRING)
239 *psig = &x->signature;

Completed in 234 milliseconds

1234567891011>>