代码搜索:hellman
找到约 349 项符合「hellman」的源代码
代码结果 349
www.eeworm.com/read/100567/15871991
c r_dh.c
/*
R_DH.C - Diffie-Hellman routines for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as for RSAR
www.eeworm.com/read/127767/14337858
txt e470. generating a parameter set for the diffie-hellman key agreement algorithm.txt
Two parties use a key agreement protocol to generate identical secret keys for encryption without ever having to transmit the secret key. The protocol works by both parties agreeing on a set of values
www.eeworm.com/read/198531/7931042
build-dh
#!/bin/bash
#
# Build Diffie-Hellman parameters for the server side
# of an SSL/TLS connection.
#
if test $KEY_DIR; then
openssl dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SIZE}
else
ec
www.eeworm.com/read/223165/14650982
build-dh
#!/bin/bash
#
# Build Diffie-Hellman parameters for the server side
# of an SSL/TLS connection.
#
if test $KEY_DIR; then
openssl dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SIZE}
else
ec
www.eeworm.com/read/103743/15724434
build-dh
#!/bin/bash
#
# Build Diffie-Hellman parameters for the server side
# of an SSL/TLS connection.
#
if test $KEY_DIR; then
openssl dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SIZE}
else
ec
www.eeworm.com/read/127767/14336644
txt e471. generating a secret key using the diffie-hellman key agreement algorithm.txt
Two parties use a key agreement protocol to generate identical secret keys for encryption without ever having to transmit the secret key. The protocol works by both parties agreeing on a set of values
www.eeworm.com/read/479375/6693018
h tlsv1_client_i.h
/*
* TLSv1 client - internal structures
* Copyright (c) 2006-2007, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/100605/15869759
h dh.h
/*************************************************
* Diffie-Hellman Header File *
* (C) 1999-2002 The Botan Project *
***********************************************
www.eeworm.com/read/126641/6015473
pod dh_size.pod
=pod
=head1 NAME
DH_size - get Diffie-Hellman prime size
=head1 SYNOPSIS
#include
int DH_size(DH *dh);
=head1 DESCRIPTION
This function returns the Diffie-Hellman size in bytes
www.eeworm.com/read/101042/6258996
pod dh_size.pod
=pod
=head1 NAME
DH_size - get Diffie-Hellman prime size
=head1 SYNOPSIS
#include
int DH_size(DH *dh);
=head1 DESCRIPTION
This function returns the Diffie-Hellman size in bytes