/openssl/test/ |
H A D | bio_readbuffer_test.c | 28 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 D | quic_record_test_util.h | 28 || !TEST_int_eq(a->partial, b->partial) in cmp_pkt_hdr()
|
/openssl/ssl/quic/ |
H A D | quic_wire_pkt.c | 187 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 D | quic_wire_pkt.h | 335 unsigned int partial :1; member 472 int partial,
|
/openssl/util/perl/TLSProxy/ |
H A D | Proxy.pm | 131 partial => ["", ""], 154 $self->{partial} = ["", ""]; 520 $self->{partial}[$server].$packet, 523 $self->{partial}[$server] = $ret[2];
|
H A D | Record.pm | 69 my $partial = ""; 101 $partial = $packet; 173 return (\@record_list, \@message_list, $partial);
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_cts.txt | 42 # 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 D | evpmac_poly1305.txt | 40 # If one uses 130-bit partial reduction, does the code handle the case where partially reduced fina…
|
/openssl/engines/ |
H A D | e_devcrypto.c | 112 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 D | cipher_aes_gcm_hw_vaes_avx512.inc | 108 * Fill partial block buffer till full block 157 /* Finalize GHASH(AAD) if AAD partial blocks left unprocessed */
|
/openssl/doc/man3/ |
H A D | CMS_encrypt.pod | 58 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 D | SSL_write.pod | 107 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 D | CMS_compress.pod | 35 If the B<CMS_STREAM> flag is set a partial B<CMS_ContentInfo> structure is
|
H A D | SSL_pending.pod | 42 not yet processable (e.g. because OpenSSL has only received a partial record so
|
H A D | PKCS7_encrypt.pod | 56 If the B<PKCS7_STREAM> flag is set a partial B<PKCS7> structure is output
|
H A D | PKCS7_sign.pod | 70 If the B<PKCS7_PARTIAL> flag is set a partial B<PKCS7> structure is output to
|
H A D | BIO_should_retry.pod | 112 that is they cannot retry after a partial read or write. This is usually
|
H A D | CMS_sign.pod | 84 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is
|
H A D | RSA_set_method.pod | 183 The RSA_null_method(), which was a partial attempt to avoid patent issues,
|
H A D | SSL_alert_type_string.pod | 145 A valid certificate chain or partial chain was received, but the
|
H A D | BIO_s_mem.pod | 113 Every write after partial read (not all data in the memory buffer was read)
|
/openssl/crypto/cms/ |
H A D | cms_sd.c | 47 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 D | cms_local.h | 85 int partial; member
|
/openssl/doc/man7/ |
H A D | EVP_PKEY-DSA.pod | 56 A simple check of L and N and partial g is performed. The default provider
|
/openssl/doc/designs/ |
H A D | xof.md | 267 - Uses memcpy to store partial results for a single blob of squeezed data of
|