Searched refs:signature (Results 126 - 150 of 381) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dpmeth_lib.c381 if (ctx->op.sig.algctx != NULL && ctx->op.sig.signature != NULL)
382 ctx->op.sig.signature->freectx(ctx->op.sig.algctx);
383 EVP_SIGNATURE_free(ctx->op.sig.signature);
385 ctx->op.sig.signature = NULL;
526 if (pctx->op.sig.signature != NULL) {
527 rctx->op.sig.signature = pctx->op.sig.signature;
528 if (!EVP_SIGNATURE_up_ref(rctx->op.sig.signature))
532 if (!ossl_assert(pctx->op.sig.signature != NULL))
535 if (pctx->op.sig.signature
[all...]
H A Ddigest.c345 || ctx->pctx->op.sig.signature == NULL)) {
705 && pctx->op.sig.signature->set_ctx_md_params != NULL)
706 return pctx->op.sig.signature->set_ctx_md_params(pctx->op.sig.algctx,
740 && pctx->op.sig.signature->settable_ctx_md_params != NULL)
741 return pctx->op.sig.signature->settable_ctx_md_params(
761 && pctx->op.sig.signature->get_ctx_md_params != NULL)
762 return pctx->op.sig.signature->get_ctx_md_params(pctx->op.sig.algctx,
796 && pctx->op.sig.signature->gettable_ctx_md_params != NULL)
797 return pctx->op.sig.signature->gettable_ctx_md_params(
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Decdsatest.c84 ECDSA_SIG *signature = NULL; local
129 /* create the signature via ECDSA_sign_setup to avoid use of ECDSA nonces */
132 || !TEST_ptr(signature = ECDSA_do_sign_ex(digest, dgst_len,
134 /* verify the signature */
135 || !TEST_int_eq(ECDSA_do_verify(digest, dgst_len, signature, key), 1))
138 /* compare the created signature with the expected signature */
139 ECDSA_SIG_get0(signature, &sig_r, &sig_s);
151 ECDSA_SIG_free(signature);
167 * - create a signature
[all...]
H A Ddsatest.c337 unsigned char signature[64]; local
375 if (!TEST_int_le(DSA_size(dsa), sizeof(signature)))
378 /* Test passing signature as NULL */
383 if (!TEST_true(DSA_sign(0, msg, sizeof(msg), signature, &signature_len, dsa))
392 if (!TEST_false(DSA_sign(0, msg, sizeof(msg), signature, &signature_len, dsa)))
402 if (!TEST_false(DSA_sign(0, msg, sizeof(msg), signature, &signature_len, dsa)))
426 unsigned char signature[64]; local
460 if (!TEST_false(DSA_sign(0, msg, sizeof(msg), signature, &signature_len, dsa)))
465 if (!TEST_false(DSA_sign(0, msg, sizeof(msg), signature, &signature_len, dsa)))
470 if (!TEST_false(DSA_sign(0, msg, sizeof(msg), signature,
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.h347 signatured_type (ULONGEST signature) argument
348 : signature (signature)
351 /* The type's signature. */
352 ULONGEST signature; member in struct:signatured_type
425 signatured_type_up allocate_signatured_type (ULONGEST signature);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/any_255/
H A Dtsig_250.c419 RETERR(mem_tobuffer(target, tsig->signature, tsig->siglen));
501 tsig->signature = mem_maybedup(mctx, sr.base, tsig->siglen);
502 if (tsig->signature == NULL) {
541 if (mctx != NULL && tsig->signature != NULL) {
542 isc_mem_free(mctx, tsig->signature);
560 if (tsig->signature != NULL) {
561 isc_mem_free(tsig->mctx, tsig->signature);
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/any_255/
H A Dtsig_250.c419 RETERR(mem_tobuffer(target, tsig->signature, tsig->siglen));
501 tsig->signature = mem_maybedup(mctx, sr.base, tsig->siglen);
502 if (tsig->signature == NULL) {
541 if (mctx != NULL && tsig->signature != NULL) {
542 isc_mem_free(mctx, tsig->signature);
560 if (tsig->signature != NULL) {
561 isc_mem_free(tsig->mctx, tsig->signature);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-shapes.cc42 signature. E.g. the predicate form of svtrn1 has a _b<bits> suffix,
231 signature of INSTANCE. The counts are:
253 /* Read a type signature for INSTANCE from FORMAT. Add the argument types
281 build_one (function_builder &b, const char *signature, argument
290 tree return_type = parse_signature (instance, signature, argument_types);
310 build_32_64 (function_builder &b, const char *signature, argument
318 build_one (b, signature, group, mode32, 0, pi,
320 build_one (b, signature, group, mode64, 0, pi,
330 build_one (b, signature, group, mode, ti, pi,
341 build_sv_index (function_builder &b, const char *signature, argument
350 build_sv_index64(function_builder &b, const char *signature, const function_group_info &group) argument
360 build_sv_offset(function_builder &b, const char *signature, const function_group_info &group) argument
370 build_sv_uint_offset(function_builder &b, const char *signature, const function_group_info &group) argument
383 build_v_base(function_builder &b, const char *signature, const function_group_info &group, bool force_direct_overloads = false) argument
394 build_vs_index(function_builder &b, const char *signature, const function_group_info &group, bool force_direct_overloads = false) argument
405 build_vs_offset(function_builder &b, const char *signature, const function_group_info &group, bool force_direct_overloads = false) argument
421 build_all(function_builder &b, const char *signature, const function_group_info &group, mode_suffix_index mode_suffix_id, bool force_direct_overloads = false) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-shapes.cc42 signature. E.g. the predicate form of svtrn1 has a _b<bits> suffix,
231 signature of INSTANCE. The counts are:
253 /* Read a type signature for INSTANCE from FORMAT. Add the argument types
281 build_one (function_builder &b, const char *signature, argument
290 tree return_type = parse_signature (instance, signature, argument_types);
310 build_32_64 (function_builder &b, const char *signature, argument
318 build_one (b, signature, group, mode32, 0, pi,
320 build_one (b, signature, group, mode64, 0, pi,
330 build_one (b, signature, group, mode, ti, pi,
341 build_sv_index (function_builder &b, const char *signature, argument
350 build_sv_index64(function_builder &b, const char *signature, const function_group_info &group) argument
360 build_sv_offset(function_builder &b, const char *signature, const function_group_info &group) argument
370 build_sv_uint_offset(function_builder &b, const char *signature, const function_group_info &group) argument
383 build_v_base(function_builder &b, const char *signature, const function_group_info &group, bool force_direct_overloads = false) argument
394 build_vs_index(function_builder &b, const char *signature, const function_group_info &group, bool force_direct_overloads = false) argument
405 build_vs_offset(function_builder &b, const char *signature, const function_group_info &group, bool force_direct_overloads = false) argument
421 build_all(function_builder &b, const char *signature, const function_group_info &group, mode_suffix_index mode_suffix_id, bool force_direct_overloads = false) argument
[all...]
/netbsd-current/external/bsd/wpa/dist/src/tls/
H A Dx509v3.c1457 /* signature AlgorithmIdentifier */
1458 if (x509_parse_algorithm_identifier(pos, end - pos, &cert->signature,
1729 * It is an error if the length in bits of the signature S is
1744 wpa_hexdump(MSG_MSGDUMP, "X509: signature",
1752 * x509_certificate_check_signature - Verify certificate signature
1755 * Returns: 0 if cert has a valid signature that was signed by the issuer,
1761 return x509_check_signature(issuer, &cert->signature,
1768 struct x509_algorithm_identifier *signature,
1783 if (!x509_pkcs_oid(&signature->oid) ||
1784 signature
1767 x509_check_signature(struct x509_certificate *issuer, struct x509_algorithm_identifier *signature, const u8 *sign_value, size_t sign_value_len, const u8 *signed_data, size_t signed_data_len) argument
[all...]
/netbsd-current/external/bsd/libbind/dist/dst/
H A Ddst_api.c218 * Then data is hashed (SIG_MODE_UPDATE). Finally the signature
227 * SIG_MODE_FINAL 4 Generate signature
228 * from signature
235 * signature
236 * The location to which the signature will be written.
237 * sig_len Length of the signature field in bytes.
247 u_char *signature, const int sig_len)
252 (in_key->dk_KEY_struct == NULL || signature == NULL))
257 signature, sig_len));
265 * Then data is hashed (SIG_MODE_UPDATE). Finally the signature
245 dst_sign_data(const int mode, DST_KEY *in_key, void **context, const u_char *data, const int len, u_char *signature, const int sig_len) argument
288 dst_verify_data(const int mode, DST_KEY *in_key, void **context, const u_char *data, const int len, const u_char *signature, const int sig_len) argument
[all...]
/netbsd-current/lib/libresolv/
H A Ddst_api.c222 * Then data is hashed (SIG_MODE_UPDATE). Finally the signature
231 * SIG_MODE_FINAL 4 Generate signature
232 * from signature
239 * signature
240 * The location to which the signature will be written.
241 * sig_len Length of the signature field in bytes.
251 u_char *signature, const int sig_len)
256 (in_key->dk_KEY_struct == NULL || signature == NULL))
261 signature, sig_len));
269 * Then data is hashed (SIG_MODE_UPDATE). Finally the signature
249 dst_sign_data(const int mode, DST_KEY *in_key, void **context, const u_char *data, const int len, u_char *signature, const int sig_len) argument
292 dst_verify_data(const int mode, DST_KEY *in_key, void **context, const u_char *data, const int len, const u_char *signature, const int sig_len) argument
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Drrsig_46.c297 * signature expiration: 4
341 * signature expiration: 4
386 REQUIRE(sig->signature != NULL || sig->siglen == 0);
434 return (mem_tobuffer(target, sig->signature, sig->siglen));
505 sig->signature = mem_maybedup(mctx, sr.base, sig->siglen);
506 if (sig->signature == NULL) {
532 if (sig->signature != NULL) {
533 isc_mem_free(sig->mctx, sig->signature);
/netbsd-current/external/mpl/bind/dist/doc/arm/_ext/
H A Discconf.py313 "signature",
360 def get_statement_name(self, signature):
361 return "{}.{}.{}".format(domainname, "statement", signature)
363 def add_statement(self, signature, tags, short, short_node, lineno):
368 name = self.get_statement_name(signature)
369 anchor = "{}-statement-{}".format(domainname, signature)
379 "signature": signature, # display name
419 obj["signature"] for obj in self.data["statements"].values()
506 sig = statement["signature"]
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Drrsig_46.c297 * signature expiration: 4
341 * signature expiration: 4
386 REQUIRE(sig->signature != NULL || sig->siglen == 0);
434 return (mem_tobuffer(target, sig->signature, sig->siglen));
505 sig->signature = mem_maybedup(mctx, sr.base, sig->siglen);
506 if (sig->signature == NULL) {
532 if (sig->signature != NULL) {
533 isc_mem_free(sig->mctx, sig->signature);
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DGeneral.pm290 =item C<mktmpdir ($signature)>
292 Create a temporary directory which name is based on C<$signature>.
302 my ($signature) = @_;
308 mktemp -d $quoted_tmpdir/"${signature}XXXXXX") 2>/dev/null`;
313 $tmp = "$TMPDIR/$signature" . int (rand 10000) . ".$$";
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcrypto-arcfour.c70 const char signature[] = "signaturekey"; local
84 ret = _krb5_internal_hmac(context, c, signature, sizeof(signature),
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Ddevice.h100 int dev_is_swap(struct device *dev, uint64_t *signature);
/netbsd-current/external/gpl2/lvm2/dist/lib/device/
H A Ddevice.h100 int dev_is_swap(struct device *dev, uint64_t *signature);
/netbsd-current/sys/arch/ia64/include/
H A Ddig64.h169 char signature[4]; member in struct:dig64_hcdp_table
/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/lua/
H A Dnetpgp.lua93 -- detached signature
98 -- verification of detached signature
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx_req.c124 ASN1_SIMPLE(X509_REQ, signature, ASN1_BIT_STRING)
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Ddbe_structs.h164 uint32_t signature; // signature of profiled instruction member in struct:__anon763
H A DFunction.cc930 signature = NULL;
936 free (signature);
1043 * translate method name to full method signature
1048 translate_method (char* mname, char *signature, bool ret_type, char* buf) argument
1053 if (signature == NULL)
1056 const char *c = strchr (signature, ')');
1072 c = signature + 1;
1100 if (translate_method (string, signature, false, buf))
1104 "JMethod::set_name: true name=%s string=%s signature=%s\n",
1105 STR (name), STR (string), STR (signature));
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Ddbe_structs.h164 uint32_t signature; // signature of profiled instruction member in struct:__anon754

Completed in 279 milliseconds

1234567891011>>