Home
last modified time | relevance | path

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

12

/openssl/test/
H 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/util/perl/TLSProxy/
H A DRecord.pm63 my $partial = "";
77 $partial = $packet;
128 return (\@record_list, \@message_list, $partial);
H A DProxy.pm106 partial => ["", ""],
152 $self->{partial} = ["", ""];
491 $self->{partial}[$server].$packet);
492 $self->{partial}[$server] = $ret[2];
/openssl/test/recipes/30-test_evp_data/
H 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)
H A Devpmac_poly1305.txt40 # If one uses 130-bit partial reduction, does the code handle the case where partially reduced fina…
/openssl/engines/
H 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/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_vaes_avx512.inc109 * Fill partial block buffer till full block
158 /* Finalize GHASH(AAD) if AAD partial blocks left unprocessed */
/openssl/doc/man3/
H 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.
H 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
H A DCMS_compress.pod35 If the B<CMS_STREAM> flag is set a partial B<CMS_ContentInfo> structure is
H A DSSL_pending.pod42 not yet processable (e.g. because OpenSSL has only received a partial record so
H 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
H A DPKCS7_encrypt.pod56 If the B<PKCS7_STREAM> flag is set a partial B<PKCS7> structure is output
H A DPKCS7_sign.pod70 If the B<PKCS7_PARTIAL> flag is set a partial B<PKCS7> structure is output to
H A DBIO_should_retry.pod112 that is they cannot retry after a partial read or write. This is usually
H A DCMS_sign.pod84 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is
H A DRSA_set_method.pod183 The RSA_null_method(), which was a partial attempt to avoid patent issues,
H A DSSL_alert_type_string.pod145 A valid certificate chain or partial chain was received, but the
H A DBIO_s_mem.pod101 Every write after partial read (not all data in the memory buffer was read)
H A DEVP_EncryptInit.pod394 the "final" data, that is any data that remains in a partial block.
403 data and it will return an error if any data remains in a partial block:
789 cipher text block is a partial block.
800 cipher text block with the previous block (which may be a partial or full block
/openssl/doc/man7/
H A DEVP_PKEY-DSA.pod41 A simple check of L and N and partial g is performed. The default provider
H A Dprovider-cipher.pod149 In such cases a cipher implementation will typically cache partial blocks of
/openssl/crypto/cms/
H A Dcms_sd.c47 cms->d.signedData->encapContentInfo->partial = 1; in cms_signed_data_init()
810 cms->d.signedData->encapContentInfo->partial = 0; in ossl_cms_SignedData_final()
953 if (cms->d.signedData->encapContentInfo->partial) in ossl_cms_SignedData_init_bio()
H A Dcms_local.h85 int partial; member
/openssl/include/openssl/
H A Dx509v3.h.in759 /* Wildcards must not match a partial label. */
761 /* Allow (non-partial) wildcards to match multiple labels. */

Completed in 59 milliseconds

12