Home
last modified time | relevance | path

Searched refs:original (Results 1 – 25 of 59) sorted by relevance

123

/openssl/test/
H A Dbio_comp_test.c28 static unsigned char *original = NULL; variable
54 osize = BIO_write(bcomp, original, size); in do_bio_comp_test()
68 || !TEST_mem_eq(original, osize, result, rsize)) in do_bio_comp_test()
86 if (!TEST_ptr(original = OPENSSL_malloc(BUFFER_SIZE)) in do_bio_comp()
93 memset(original, 0, BUFFER_SIZE); in do_bio_comp()
97 memset(original, 1, BUFFER_SIZE); in do_bio_comp()
102 original[i] = i & 0xFF; in do_bio_comp()
106 if (!TEST_int_gt(RAND_bytes(original, BUFFER_SIZE), 0)) in do_bio_comp()
117 OPENSSL_free(original); in do_bio_comp()
/openssl/VMS/
H A Dtranslatesyms.pl39 (my $translated, my $original) = split /\$/;
40 $translations{$original} = $translated.'$';
/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_servername_callback.pod83 session from the original handshake had a servername accepted by the server then
91 If the session from the original handshake had a servername accepted by the
110 If a servername was accepted by the server in the original handshake then it
162 been changed to return the servername requested in the original handshake.
167 servername requested in the original handshake. This has now been changed to
H A DCMS_final.pod25 rather than computing the digest from the original data.
37 computation from the original message being trusted.
H A DEVP_CIPHER_CTX_get_original_iv.pod31 EVP_CIPHER_CTX_get_original_iv() accesses the ("original") IV that was
42 beginning of the ("original") IV, as maintained by the B<EVP_CIPHER_CTX>, that
H A DSSL_set_verify_result.pod23 established session, so if the session is to be reused later, the original
H A DCMS_verify_receipt.pod18 receipt to verify. B<ocms> is the original SignedData structure containing the
H A DSRP_user_pwd_new.pod41 owns the original memory.
H A DX509_add_cert.pod36 In both cases the original order of the added certificates is preserved.
H A DSSL_set_session_secret_cb.pod45 argument that was provided to the original SSL_set_session_secret_cb() call.
H A Ds2i_ASN1_IA5STRING.pod52 the ownership of the original string remains with the caller.
H A DX509_new.pod60 original has been freed.
H A DBIO_push.pod28 the original chain, it can thus be freed or be made part of a different chain.
H A DASN1_aux_cb.pod66 The B<ASN1_AFLG_ENCODING> flag indicates that the original encoding of the
94 Offset into the B<ASN1_VALUE> object where the original encoding of the object
H A DBIO_s_mem.pod38 L<BIO_read(3)> call will never return more data than was written in the original
68 its original state and the read only data can be read again.
H A DEVP_PKEY_CTX_ctrl.pod369 caller should not free the original memory pointed to by I<label>.
539 free the original memory pointed to by I<oid>.
563 free the original memory pointed to by I<ukm>.
634 should not free the original memory pointed to by I<ukm>.
646 the caller can safely free the original memory pointed to by I<id>.
/openssl/doc/designs/ddd/
H A DREPORT.md26 unplanned changes have been folded into the original baseline demo files guarded
104 original DDD process. As such, applications now use `BIO_get_rpoll_descriptor`
109 poll for `POLLOUT`, etc. has changed since the original DDD process.
114 has evolved since the original DDD process. The new API
231 poll for `POLLOUT`, etc. has changed since the original DDD process.
/openssl/crypto/des/asm/
H A Ddes_enc.m4113 ! After the original LibDES initial permutation, the resulting left
263 ! each round, except after last round. In this code the original
524 ! parameter 1 right (original left)
525 ! parameter 2 left (original right)
538 ! original left is received shifted 3 right and 29 left in local3/4
614 ! parameter 1 original left
615 ! parameter 2 original right
1436 ! parameter 1 original left
1437 ! parameter 2 original right
1638 ! parameter 1 original left
[all …]
/openssl/crypto/perlasm/
H A DREADME.md5 multiple different assembler formats via the one original script.
/openssl/doc/designs/quic-design/
H A Dqlog.md68 the specified directory, where `{ODCID}` is the original initial DCID used for
/openssl/
H A DLICENSE.txt44 represent, as a whole, an original work of authorship. For the purposes
50 the original version of the Work and any modifications or additions
/openssl/external/perl/Text-Template-1.56/
H A DLICENSE64 want its recipients to know that what they have is not the original, so
65 that any problems introduced by others will not reflect on the original
163 Program), the recipient automatically receives a license from the original
313 duplicate all of the original copyright notices and associated disclaimers.
/openssl/crypto/property/
H A DREADME.md71 provided to convert from an index back to the original string (this can be
/openssl/doc/man7/
H A DEVP_KDF-SCRYPT.pod26 In the original paper of Colin Percival ("Stronger Key Derivation via
H A Dprovider-encoder.pod70 original data type, that need to be passed alongside it, and since
198 match the original object that was encoded.

Completed in 48 milliseconds

123