代码搜索:Sign

找到约 10,000 项符合「Sign」的源代码

代码结果 10,000
www.eeworm.com/read/422785/2031539

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/422785/2031698

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/422785/2031841

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/422785/2031857

c ecs_sign.c

/* crypto/ecdsa/ecdsa_sign.c */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * * Redistribution and u
www.eeworm.com/read/422785/2032383

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/422785/2032601

pod rsa_sign.pod

=pod =head1 NAME RSA_sign, RSA_verify - RSA signatures =head1 SYNOPSIS #include int RSA_sign(int type, const unsigned char *m, unsigned int m_len, unsigned char *sigret, uns
www.eeworm.com/read/422785/2032620

pod dsa_sign.pod

=pod =head1 NAME DSA_sign, DSA_sign_setup, DSA_verify - DSA signatures =head1 SYNOPSIS #include int DSA_sign(int type, const unsigned char *dgst, int len, unsigned char *sigre
www.eeworm.com/read/405754/2285147

c r_sign.c

#include #ifdef KR_headers double r_sign(a,b) real *a, *b; #else double r_sign(real *a, real *b) #endif { double x; x = (*a >= 0 ? *a : - *a); return( *b >= 0 ? x : -x); }
www.eeworm.com/read/405754/2285316

c r_sign.c

/* # proc: r_sign - fundamental routine required by f2c distribution. # proc: */ #include double r_sign(a,b) real *a, *b; { double x; x = (*a >= 0 ? *a : - *a); return( *b >= 0 ? x : -x); }
www.eeworm.com/read/398620/2375950

cpp set_sign.cpp

/* ------------------------------------------------------------------ * Copyright (C) 2008 PacketVideo * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi