Home
last modified time | relevance | path

Searched refs:partial (Results 1 – 25 of 27) sorted by relevance

12

/openssl-master/test/
A Dbio_readbuffer_test.c28 int ret = 0, len, partial; in test_readbuffer_file_bio() local
55 partial = 4; in test_readbuffer_file_bio()
73 if (tstid == 1 && --partial == 0) in test_readbuffer_file_bio()
/openssl-master/util/perl/TLSProxy/
A DRecord.pm63 my $partial = "";
77 $partial = $packet;
128 return (\@record_list, \@message_list, $partial);
A DProxy.pm106 partial => ["", ""],
152 $self->{partial} = ["", ""];
491 $self->{partial}[$server].$packet);
492 $self->{partial}[$server] = $ret[2];
/openssl-master/test/recipes/30-test_evp_data/
A Devpciph_aes_cts.txt42 # where aligned blocks are the same as CBC mode, and partial lengths
157 # where aligned blocks are the same as CBC mode, and partial lengths
160 # 17 bytes Input (For partial blocks the output should match CS3)
169 # 31 bytes input (For partial blocks the output should match CS3)
A Devpmac_poly1305.txt36 # If one uses 130-bit partial reduction, does the code handle the case where partially reduced fina…
/openssl-master/engines/
A De_devcrypto.c111 unsigned char partial[EVP_MAX_BLOCK_LENGTH]; member
330 (*out++) = *(in++) ^ cipher_ctx->partial[cipher_ctx->num]; in ctr_do_cipher()
348 memset(cipher_ctx->partial, 0, cipher_ctx->blocksize); in ctr_do_cipher()
349 if (cipher_do_cipher(ctx, cipher_ctx->partial, cipher_ctx->partial, in ctr_do_cipher()
354 ^ cipher_ctx->partial[cipher_ctx->num]; in ctr_do_cipher()
/openssl-master/doc/man3/
A DSSL_write.pod64 partial write has been successfully completed. In this case the write function
66 a new buffer (with the already sent bytes removed) must be started. A partial
124 value can be less than B<size> for a partial write.
A DCMS_encrypt.pod58 If the B<CMS_STREAM> flag is set a partial B<CMS_ContentInfo> structure is
61 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is
A DCMS_compress.pod35 If the B<CMS_STREAM> flag is set a partial B<CMS_ContentInfo> structure is
A DSSL_pending.pod42 not yet processable (e.g. because OpenSSL has only received a partial record so
A DEVP_EncodeInit.pod73 process any partial block of data remaining in the B<ctx> object. The output
101 whitespace, newline or carriage return characters are ignored. Any partial chunk
A DPKCS7_encrypt.pod56 If the B<PKCS7_STREAM> flag is set a partial B<PKCS7> structure is output
A DPKCS7_sign.pod70 If the B<PKCS7_PARTIAL> flag is set a partial B<PKCS7> structure is output to
A DBIO_should_retry.pod112 that is they cannot retry after a partial read or write. This is usually
A DCMS_sign.pod84 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is
A DRSA_set_method.pod183 The RSA_null_method(), which was a partial attempt to avoid patent issues,
A DBIO_s_mem.pod83 Every write after partial read (not all data in the memory buffer was read)
A DSSL_alert_type_string.pod145 A valid certificate chain or partial chain was received, but the
A DEVP_EncryptInit.pod380 the "final" data, that is any data that remains in a partial block.
389 data and it will return an error if any data remains in a partial block:
775 cipher text block is a partial block.
786 cipher text block with the previous block (which may be a partial or full block
/openssl-master/crypto/cms/
A Dcms_sd.c47 cms->d.signedData->encapContentInfo->partial = 1; in cms_signed_data_init()
773 cms->d.signedData->encapContentInfo->partial = 0; in ossl_cms_SignedData_final()
917 if (cms->d.signedData->encapContentInfo->partial) in ossl_cms_SignedData_init_bio()
A Dcms_local.h87 int partial; member
/openssl-master/include/openssl/
A Dx509v3.h.in755 /* Wildcards must not match a partial label. */
757 /* Allow (non-partial) wildcards to match multiple labels. */
A Dx509_vfy.h.in358 /* Allow partial chains if at least one certificate is in trusted store */
/openssl-master/doc/man7/
A Dprovider-cipher.pod149 In such cases a cipher implementation will typically cache partial blocks of
/openssl-master/crypto/objects/
A Dobjects.txt922 mime-mhs-headings 1 : id-hex-partial-message : id-hex-partial-message

Completed in 41 milliseconds

12