代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/358714/2984183
pod dsa_do_sign.pod
=pod
=head1 NAME
DSA_do_sign, DSA_do_verify - raw DSA signature operations
=head1 SYNOPSIS
#include
DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa);
int DS
www.eeworm.com/read/358023/3007171
readme_j4sign
I have slightly modified the original makefile
(THE INCLUDE line and added a -lstdc++ flag ìto the linker command) to adapt
to a modern j2sdk environment.
Roberto Resoli
www.eeworm.com/read/358023/3007192
license-j4sign
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307
www.eeworm.com/read/355697/3049638
orig rsa_sign.c.orig
/* crypto/rsa/rsa_sign.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/355697/3049692
pod pkcs7_sign.pod
=pod
=head1 NAME
PKCS7_sign - create a PKCS#7 signedData structure
=head1 SYNOPSIS
PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data, int flags);
=head1 DESCRIPTI
www.eeworm.com/read/355697/3049778
pod dsa_do_sign.pod
=pod
=head1 NAME
DSA_do_sign, DSA_do_verify - raw DSA signature operations
=head1 SYNOPSIS
#include
DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa);
int DS
www.eeworm.com/read/353378/3086086
c dsa_sign_hash.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/353378/3086205
c rsa_sign_hash.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/162614/5530666
c wpointer-sign-pedantic.c
/* This is from PR c/25892. See Wpointer-sign.c for more details. */
/* { dg-options "-pedantic" } */
void foo(unsigned long* ulp);
void bar(long* lp) {
foo(lp); /* { dg-warning "differ in sign
www.eeworm.com/read/366988/9786298
v top_total_sign.v
`timescale 1ns/10ps
module top_total_sign(data_out,clock,reset,control,save);
output [18:1] data_out;
output reset,clock;
output [4:1] control;
output save;
reg [18:1] data_out;
reg reset,c