Home
last modified time | relevance | path

Searched refs:pair (Results 1 – 25 of 66) sorted by relevance

123

/openssl/doc/man3/
H A DBIO_s_dgram_pair.pod7 BIO_dgram_set_caps, BIO_dgram_set_mtu, BIO_dgram_get_mtu - datagram pair BIO
28 pair is similar to a BIO pair (see L<BIO_s_bio(3)>) but has datagram semantics.
43 The BIO datagram pair allows each half of a pair to signal to the other half
48 pair of BIOs B<bio1>, B<bio2> with write buffer sizes B<writebuf1> and
51 L<BIO_make_bio_pair(3)> may be used to join two datagram pair BIOs into a pair.
53 of the BIOs may currently be associated in a pair.
88 ends up being too large to write to the BIO datagram pair.
127 side of a BIO datagram pair understand whether the other side of the pair will
150 with datagrams written to the BIO pair.
155 with datagrams written to the BIO pair.
[all …]
H A DBIO_s_bio.pod8 BIO_ctrl_get_read_request, BIO_ctrl_reset_read_request - BIO pair BIO
33 BIO_s_bio() returns the method for a BIO pair. A BIO pair is a pair of source/sink
57 BIO_make_bio_pair() joins two separate BIOs into a connected pair.
60 up any half of the pair will automatically destroy the association.
64 half of the pair will return any pending data or EOF when all pending data has
74 BIO_set_write_buf_size() to create a connected pair of BIOs B<bio1>, B<bio2>
88 last read attempt at the other half of the BIO pair failed due to an
138 The BIO pair can be used to have full control over the network access of an
155 | BIO-pair (internal_bio)
156 | BIO-pair (network_bio)
[all …]
H A DRSA_generate_key.pod7 RSA_generate_multi_prime_key - generate RSA key pair
31 EVP_RSA_gen() generates a new RSA key pair with modulus size I<bits>.
37 RSA_generate_key_ex() generates a 2-prime RSA key pair and stores it in the
40 RSA_generate_multi_prime_key() generates a multi-prime RSA key pair and stores
H A DDSA_generate_key.pod5 DSA_generate_key - generate DSA key pair
24 a new key pair and stores it in B<a-E<gt>pub_key> and B<a-E<gt>priv_key>.
H A DX509_check_private_key.pod38 key) and/or key parameters (e.g. EC params of an EC key) of a key pair.
H A DOSSL_CMP_MSG_http_perform.pod6 - client-side HTTP(S) transfer of a CMP request-response pair
H A DSSL_CTX_use_certificate.pod97 pair, the new certificate needs to be set first with SSL_use_certificate() or
133 key/certificate pair (RSA/DSA) is installed, the last item installed will
135 key/certificate pair will be checked. SSL_check_private_key() performs
H A DSSL_do_handshake.pod36 condition. When using a buffering BIO, like a BIO pair, data must be written
H A DSSL_accept.pod35 condition. When using a buffering BIO, like a BIO pair, data must be written
H A DEVP_PKEY_keygen.pod95 providing a 'quick' but limited way of generating a new asymmetric key pair.
138 equivalent to what some libraries call a "key pair". A private key can be used
H A DOSSL_CMP_ITAV_set0.pod34 e.g., in the generalInfo PKIHeader field, to hold a key-value pair.
H A DSSL_connect.pod35 condition. When using a buffering BIO, like a BIO pair, data must be written
H A DRSA_meth_new.pod210 function used for generating a new RSA key pair respectively. This
216 and set the function used for generating a new multi-prime RSA key pair
H A DEVP_PKEY_decrypt.pod72 either a pair of unconditional L<ERR_set_mark(3)> and L<ERR_pop_to_mark(3)>
H A DOPENSSL_ia32cap.pod15 by processor in EDX:ECX register pair after executing CPUID instruction
/openssl/util/
H A Dmkinstallvars.pl74 foreach my $pair (@subdirs) {
75 my ($var, $subdir_vars) = @$pair;
118 foreach my $pair (@subdirs) {
119 my ($var, $subdir_vars) = @$pair;
137 foreach my $pair (@subdirs) {
138 my ($var, $subdir_vars) = @$pair;
H A Dcavs-to-evptest.pl45 foreach my $pair (@pairs) {
46 $pair =~ /(\w+)\s*=\s*(\d+)/;
/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl188 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
190 sllx @pair[0],$tmp0,$tmp1
191 `"ld [$inp+".eval(32+0+$i*8)."],@pair[0]" if ($i<12)`
192 srlx @pair[2],$tmp32,@pair[1]
194 or @pair[1],$tmp2,$tmp2
195 `"ld [$inp+".eval(32+4+$i*8)."],@pair[1]" if ($i<12)`
205 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
208 sllx @pair[0],$tmp0,$tmp1
210 srlx @pair[2],$tmp32,@pair[1]
213 or @pair[1],$tmp2,$tmp2
[all …]
/openssl/crypto/
H A Dprovider_core.c249 static void infopair_free(INFOPAIR *pair) in infopair_free() argument
251 OPENSSL_free(pair->name); in infopair_free()
252 OPENSSL_free(pair->value); in infopair_free()
253 OPENSSL_free(pair); in infopair_free()
778 INFOPAIR *pair = NULL; in infopair_add() local
780 if ((pair = OPENSSL_zalloc(sizeof(*pair))) == NULL in infopair_add()
795 if (pair != NULL) { in infopair_add()
796 OPENSSL_free(pair->name); in infopair_add()
797 OPENSSL_free(pair->value); in infopair_add()
798 OPENSSL_free(pair); in infopair_add()
[all …]
/openssl/doc/man7/
H A DEVP_KEYEXCH-DH.pod64 To convert the peer's generated key pair to a public key in DER format in order
114 using the host's public key and the peer's generated key pair.
/openssl/util/perl/OpenSSL/
H A Dconfig.pm317 foreach my $pair (_pairs @cc_version) {
320 my ( $k, $v ) = @$pair;
/openssl/include/crypto/
H A Driscv_arch.def23 * When there is no hwprobe key/value pair for a capability, the key is set to -1
/openssl/doc/man1/
H A Dopenssl-pkey.pod.in56 This option checks the consistency of a key pair for both public and private
62 or the public component of a key pair.
/openssl/doc/internal/man7/
H A DEVP_PKEY.pod22 The private/public key pair that an B<EVP_PKEY> contains is referred to
112 that every provider that implements a key pair based operation must
/openssl/include/openssl/
H A Dsrp.h.in92 * Internal structure storing N and g pair

Completed in 74 milliseconds

123