代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/101986/6235121
c sign_mgr.c
static const char rcsid[] = "$Header: /usr/cvs/opencryptoki/usr/lib/pkcs11/common/sign_mgr.c,v 2.1 2002/09/13 22:02:33 sbade-oss Exp $";
//
/*
Common Public License Version 0.5
www.eeworm.com/read/101082/6241654
c d_sign.c
/*
* "@(#)d_sign.c 1.1"
*/
double d_sign(a,b)
double *a, *b;
{
double x;
x = (*a >= 0 ? *a : - *a);
return( *b >= 0 ? x : -x);
}
www.eeworm.com/read/101082/6241669
c i_sign.c
/*
* "@(#)i_sign.c 1.1"
*/
long int i_sign(a,b)
long int *a, *b;
{
long int x;
x = (*a >= 0 ? *a : - *a);
return( *b >= 0 ? x : -x);
}
www.eeworm.com/read/101082/6241685
c r_sign.c
#ifndef lint
static char *sccsid = " @(#)r_sign.c 1.2 (ULTRIX) 1/16/86";
#endif lint
/************************************************************************
* *
* Copyright (c) 1986 by
www.eeworm.com/read/101082/6241714
c h_sign.c
/*
* "@(#)h_sign.c 1.1"
*/
short h_sign(a,b)
short *a, *b;
{
short x;
x = (*a >= 0 ? *a : - *a);
return( *b >= 0 ? x : -x);
}
www.eeworm.com/read/101042/6258116
c p_sign.c
/* crypto/evp/p_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/101042/6258288
c dsa_sign.c
/* crypto/dsa/dsa_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/101042/6258397
c pem_sign.c
/* crypto/pem/pem_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/101042/6258855
c rsa_sign.c
/* 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/101042/6259052
pod rsa_sign.pod
=pod
=head1 NAME
RSA_sign, RSA_verify - RSA signatures
=head1 SYNOPSIS
#include
int RSA_sign(int type, unsigned char *m, unsigned int m_len,
unsigned char *sigret, unsigned