/openssl/test/ |
H A D | bio_comp_test.c | 28 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 D | translatesyms.pl | 39 (my $translated, my $original) = split /\$/; 40 $translations{$original} = $translated.'$';
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_tlsext_servername_callback.pod | 83 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 D | CMS_final.pod | 25 rather than computing the digest from the original data. 37 computation from the original message being trusted.
|
H A D | EVP_CIPHER_CTX_get_original_iv.pod | 31 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 D | SSL_set_verify_result.pod | 23 established session, so if the session is to be reused later, the original
|
H A D | CMS_verify_receipt.pod | 18 receipt to verify. B<ocms> is the original SignedData structure containing the
|
H A D | SRP_user_pwd_new.pod | 41 owns the original memory.
|
H A D | X509_add_cert.pod | 36 In both cases the original order of the added certificates is preserved.
|
H A D | SSL_set_session_secret_cb.pod | 45 argument that was provided to the original SSL_set_session_secret_cb() call.
|
H A D | s2i_ASN1_IA5STRING.pod | 52 the ownership of the original string remains with the caller.
|
H A D | X509_new.pod | 60 original has been freed.
|
H A D | BIO_push.pod | 28 the original chain, it can thus be freed or be made part of a different chain.
|
H A D | ASN1_aux_cb.pod | 66 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 D | BIO_s_mem.pod | 38 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 D | EVP_PKEY_CTX_ctrl.pod | 369 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 D | REPORT.md | 26 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 D | des_enc.m4 | 113 ! 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 D | README.md | 5 multiple different assembler formats via the one original script.
|
/openssl/doc/designs/quic-design/ |
H A D | qlog.md | 68 the specified directory, where `{ODCID}` is the original initial DCID used for
|
/openssl/ |
H A D | LICENSE.txt | 44 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 D | LICENSE | 64 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 D | README.md | 71 provided to convert from an index back to the original string (this can be
|
/openssl/doc/man7/ |
H A D | EVP_KDF-SCRYPT.pod | 26 In the original paper of Colin Percival ("Stronger Key Derivation via
|
H A D | provider-encoder.pod | 70 original data type, that need to be passed alongside it, and since 198 match the original object that was encoded.
|