Home
last modified time | relevance | path

Searched refs:partial (Results 1 – 25 of 35) 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()
H A Dquic_record_test_util.h28 || !TEST_int_eq(a->partial, b->partial) in cmp_pkt_hdr()
/openssl/ssl/quic/
H A Dquic_wire_pkt.c187 int partial, in ossl_quic_wire_decode_pkt_hdr() argument
207 hdr->partial = partial; in ossl_quic_wire_decode_pkt_hdr()
223 if (partial) { in ossl_quic_wire_decode_pkt_hdr()
247 if (partial) { in ossl_quic_wire_decode_pkt_hdr()
322 hdr->partial = 0; in ossl_quic_wire_decode_pkt_hdr()
389 hdr->partial = 0; in ossl_quic_wire_decode_pkt_hdr()
403 hdr->pn_len = partial ? 0 : ((b0 & 0x03) + 1); in ossl_quic_wire_decode_pkt_hdr()
404 hdr->reserved = partial ? 0 : ((b0 & 0x0C) >> 2); in ossl_quic_wire_decode_pkt_hdr()
421 if (partial) { in ossl_quic_wire_decode_pkt_hdr()
480 if (hdr->partial in ossl_quic_wire_encode_pkt_hdr()
[all …]
/openssl/include/internal/
H A Dquic_wire_pkt.h335 unsigned int partial :1; member
472 int partial,
/openssl/util/perl/TLSProxy/
H A DProxy.pm131 partial => ["", ""],
154 $self->{partial} = ["", ""];
514 $self->{partial}[$server].$packet,
517 $self->{partial}[$server] = $ret[2];
H A DRecord.pm69 my $partial = "";
101 $partial = $packet;
173 return (\@record_list, \@message_list, $partial);
/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.c112 unsigned char partial[EVP_MAX_BLOCK_LENGTH]; member
331 (*out++) = *(in++) ^ cipher_ctx->partial[cipher_ctx->num]; in ctr_do_cipher()
349 memset(cipher_ctx->partial, 0, cipher_ctx->blocksize); in ctr_do_cipher()
350 if (cipher_do_cipher(ctx, cipher_ctx->partial, cipher_ctx->partial, in ctr_do_cipher()
355 ^ cipher_ctx->partial[cipher_ctx->num]; in ctr_do_cipher()
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_vaes_avx512.inc108 * Fill partial block buffer till full block
157 /* Finalize GHASH(AAD) if AAD partial blocks left unprocessed */
/openssl/doc/man3/
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 DSSL_write.pod107 partial write has been successfully completed. In this case the write function
109 a new buffer (with the already sent bytes removed) must be started. A partial
176 value can be less than B<size> for a partial write.
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 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.pod113 Every write after partial read (not all data in the memory buffer was read)
/openssl/crypto/cms/
H A Dcms_sd.c47 cms->d.signedData->encapContentInfo->partial = 1; in cms_signed_data_init()
824 cms->d.signedData->encapContentInfo->partial = 0; in ossl_cms_SignedData_final()
975 if (cms->d.signedData->encapContentInfo->partial) in ossl_cms_SignedData_init_bio()
H A Dcms_local.h85 int partial; member
/openssl/doc/man7/
H A DEVP_PKEY-DSA.pod56 A simple check of L and N and partial g is performed. The default provider
/openssl/doc/designs/
H A Dxof.md267 - Uses memcpy to store partial results for a single blob of squeezed data of

Completed in 52 milliseconds

12