Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 24 of 24) sorted by relevance

/openssl/util/
H A Dadd-depends.pl231 (my $tail = $') =~ s/\s*\R$//;
236 $tail = canonpath($tail);
238 unless (defined $depconv_cache{$tail}) {
239 my $dep = $tail;
246 $depconv_cache{$tail} = $dep;
251 if defined $depconv_cache{$tail};
279 (my $tail = $') =~ s/\s*\R$//;
285 $tail = rel2abs($tail);
287 unless (defined $depconv_cache{$tail}) {
288 my $dep = $tail;
[all …]
H A Dcheck-format.pl375 my ($head, $tail) = (substr($str, 0, $i).$1, $3);
394 $tail =~ m/^([\s@]*)([^\s\@])/;
537 $_ = "$head@@".$tail; # blind the "*/"
548 $_ = blind_nonspace($cmt_text)."@@".$tail;
559 my $cmt_text = $opt_minus.$tail; # preliminary
787 … report("code after '}'") unless $tail eq "" || $tail =~ m/(else|while|OSSL_TRACE_END)(\W|$)/;
920 my ($head, $mid, $tail) = ($1, $3, $4);
990 my $tail = substr($_, $terminator_position + 1);
992 if ($tail =~ m/\s*else(\W|$)/) {
1072 if (my ($head, $tail) = m/(^|^.*\W)while(\W.*$|$)/) {
[all …]
/openssl/test/
H A Dmodes_internal_test.c155 size_t tail; in last_blocks_correction() local
159 tail = 16; in last_blocks_correction()
160 tail += 16; in last_blocks_correction()
162 return tail; in last_blocks_correction()
168 size_t tail; in last_blocks_correction_nist() local
171 tail = 16; in last_blocks_correction_nist()
172 len -= 16 + tail; in last_blocks_correction_nist()
177 len += 16 + tail; in last_blocks_correction_nist()
178 tail = 16; in last_blocks_correction_nist()
180 return tail; in last_blocks_correction_nist()
[all …]
H A Drdcpu_sanitytest.c74 unsigned char *tail = &buf[sizeof(buf) - sizeof(check)]; in sanity_check_bytes() local
75 memset(check, tail[0], 7); in sanity_check_bytes()
76 if (!TEST_false(!memcmp(check, tail, sizeof(check)))) in sanity_check_bytes()
H A Dproperty_test.c533 const int max = 10000, tail = 10; in test_query_cache_stochastic() local
568 res = TEST_int_gt(errors, tail) && TEST_int_lt(errors, max - tail); in test_query_cache_stochastic()
/openssl/ssl/quic/
H A Dquic_ackm.c79 h->head = h->tail = NULL; in tx_pkt_history_init()
96 h->head = h->tail = NULL; in tx_pkt_history_destroy()
120 pkt->prev = h->tail; in tx_pkt_history_add_actual()
121 if (h->tail != NULL) in tx_pkt_history_add_actual()
122 h->tail->next = pkt; in tx_pkt_history_add_actual()
123 h->tail = pkt; in tx_pkt_history_add_actual()
125 h->head = h->tail; in tx_pkt_history_add_actual()
175 if (h->tail == pkt) in tx_pkt_history_remove()
546 s->tail = x; in pn_set_insert()
1063 pkt = h->tail; in ackm_detect_and_remove_newly_acked_pkts()
[all …]
/openssl/ssl/
H A Dssl_ciph.c645 if (curr == *tail) in ll_append_tail()
653 (*tail)->next = curr; in ll_append_tail()
654 curr->prev = *tail; in ll_append_tail()
656 *tail = curr; in ll_append_tail()
664 if (curr == *tail) in ll_append_head()
665 *tail = curr->prev; in ll_append_head()
831 tail = *tail_p; in ssl_cipher_apply_rule()
834 next = tail; in ssl_cipher_apply_rule()
838 last = tail; in ssl_cipher_apply_rule()
928 if (tail == curr) in ssl_cipher_apply_rule()
[all …]
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c60 sctx->tail = sctx->head; in aesni_cbc_hmac_sha256_init_key()
300 mctx->A[i] = sctx->tail.h[0]; in tls1_multi_block_encrypt()
302 mctx->B[i] = sctx->tail.h[1]; in tls1_multi_block_encrypt()
304 mctx->C[i] = sctx->tail.h[2]; in tls1_multi_block_encrypt()
306 mctx->D[i] = sctx->tail.h[3]; in tls1_multi_block_encrypt()
308 mctx->E[i] = sctx->tail.h[4]; in tls1_multi_block_encrypt()
310 mctx->F[i] = sctx->tail.h[5]; in tls1_multi_block_encrypt()
312 mctx->G[i] = sctx->tail.h[6]; in tls1_multi_block_encrypt()
462 sctx->md = sctx->tail; in aesni_cbc_hmac_sha256_cipher()
644 sctx->md = sctx->tail; in aesni_cbc_hmac_sha256_cipher()
[all …]
H A Dcipher_rc4_hmac_md5_hw.c42 ctx->tail = ctx->head; in cipher_hw_rc4_hmac_md5_initkey()
102 ctx->md = ctx->tail; in cipher_hw_rc4_hmac_md5_cipher()
149 ctx->md = ctx->tail; in cipher_hw_rc4_hmac_md5_cipher()
215 MD5_Init(&ctx->tail); in cipher_hw_rc4_hmac_md5_init_mackey()
216 MD5_Update(&ctx->tail, hmac_key, sizeof(hmac_key)); in cipher_hw_rc4_hmac_md5_init_mackey()
H A Dcipher_aes_cbc_hmac_sha1_hw.c58 sctx->tail = sctx->head; in aesni_cbc_hmac_sha1_init_key()
292 mctx->A[i] = sctx->tail.h0; in tls1_multi_block_encrypt()
294 mctx->B[i] = sctx->tail.h1; in tls1_multi_block_encrypt()
296 mctx->C[i] = sctx->tail.h2; in tls1_multi_block_encrypt()
298 mctx->D[i] = sctx->tail.h3; in tls1_multi_block_encrypt()
300 mctx->E[i] = sctx->tail.h4; in tls1_multi_block_encrypt()
305 mctx->A[i] = sctx->tail.h0; in tls1_multi_block_encrypt()
307 mctx->B[i] = sctx->tail.h1; in tls1_multi_block_encrypt()
309 mctx->C[i] = sctx->tail.h2; in tls1_multi_block_encrypt()
424 sctx->md = sctx->tail; in aesni_cbc_hmac_sha1_cipher()
[all …]
H A Dcipher_aes_cbc_hmac_sha.h55 SHA_CTX head, tail, md; member
60 SHA256_CTX head, tail, md; member
H A Dcipher_chacha20_poly1305_hw.c126 size_t tail, tohash_len, buf_len, plen = ctx->tls_payload_length; in chacha20_poly1305_tls_cipher() local
187 tail = (0 - i) & (POLY1305_BLOCK_SIZE - 1); in chacha20_poly1305_tls_cipher()
188 memset(ctr + i, 0, tail); in chacha20_poly1305_tls_cipher()
189 ctr += i + tail; in chacha20_poly1305_tls_cipher()
190 tohash_len += i + tail; in chacha20_poly1305_tls_cipher()
216 tail = (0 - plen) & (POLY1305_BLOCK_SIZE - 1); in chacha20_poly1305_tls_cipher()
217 Poly1305_Update(poly, zero, tail); in chacha20_poly1305_tls_cipher()
H A Dcipher_rc4_hmac_md5.h20 MD5_CTX head, tail, md; member
/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c33 SHA256_CTX head, tail, md; member
82 key->tail = key->head; in aesni_cbc_hmac_sha256_init_key()
328 ctx->A[i] = key->tail.h[0]; in tls1_1_multi_block_encrypt()
330 ctx->B[i] = key->tail.h[1]; in tls1_1_multi_block_encrypt()
332 ctx->C[i] = key->tail.h[2]; in tls1_1_multi_block_encrypt()
334 ctx->D[i] = key->tail.h[3]; in tls1_1_multi_block_encrypt()
336 ctx->E[i] = key->tail.h[4]; in tls1_1_multi_block_encrypt()
338 ctx->F[i] = key->tail.h[5]; in tls1_1_multi_block_encrypt()
340 ctx->G[i] = key->tail.h[6]; in tls1_1_multi_block_encrypt()
493 key->md = key->tail; in aesni_cbc_hmac_sha256_cipher()
[all …]
H A De_rc4_hmac_md5.c33 MD5_CTX head, tail, md; member
57 key->tail = key->head; in rc4_hmac_md5_init_key()
126 key->md = key->tail; in rc4_hmac_md5_cipher()
170 key->md = key->tail; in rc4_hmac_md5_cipher()
214 MD5_Init(&key->tail); in rc4_hmac_md5_ctrl()
215 MD5_Update(&key->tail, hmac_key, sizeof(hmac_key)); in rc4_hmac_md5_ctrl()
H A De_aes_cbc_hmac_sha1.c33 SHA_CTX head, tail, md; member
87 key->tail = key->head; in aesni_cbc_hmac_sha1_init_key()
330 ctx->A[i] = key->tail.h0; in tls1_1_multi_block_encrypt()
332 ctx->B[i] = key->tail.h1; in tls1_1_multi_block_encrypt()
334 ctx->C[i] = key->tail.h2; in tls1_1_multi_block_encrypt()
336 ctx->D[i] = key->tail.h3; in tls1_1_multi_block_encrypt()
338 ctx->E[i] = key->tail.h4; in tls1_1_multi_block_encrypt()
343 ctx->A[i] = key->tail.h0; in tls1_1_multi_block_encrypt()
345 ctx->B[i] = key->tail.h1; in tls1_1_multi_block_encrypt()
347 ctx->C[i] = key->tail.h2; in tls1_1_multi_block_encrypt()
[all …]
H A De_chacha20_poly1305.c218 size_t tail, tohash_len, buf_len, plen = actx->tls_payload_length; in chacha20_poly1305_tls_cipher() local
281 tail = (0 - i) & (POLY1305_BLOCK_SIZE - 1); in chacha20_poly1305_tls_cipher()
282 memset(ctr + i, 0, tail); in chacha20_poly1305_tls_cipher()
283 ctr += i + tail; in chacha20_poly1305_tls_cipher()
284 tohash_len += i + tail; in chacha20_poly1305_tls_cipher()
310 tail = (0 - plen) & (POLY1305_BLOCK_SIZE - 1); in chacha20_poly1305_tls_cipher()
311 Poly1305_Update(POLY1305_ctx(actx), zero, tail); in chacha20_poly1305_tls_cipher()
H A Dencode.c353 goto tail; in EVP_DecodeUpdate()
388 tail: in EVP_DecodeUpdate()
/openssl/crypto/bn/
H A Dbn_ctx.c33 BN_POOL_ITEM *head, *current, *tail; member
296 p->head = p->current = p->tail = NULL; in BN_POOL_init()
334 item->prev = p->tail; in BN_POOL_get()
338 p->head = p->current = p->tail = item; in BN_POOL_get()
340 p->tail->next = item; in BN_POOL_get()
341 p->tail = item; in BN_POOL_get()
/openssl/apps/
H A Dfipsinstall.c301 const char *tail; in fipsinstall_main() local
405 tail = opt_path_end(module_fname); in fipsinstall_main()
406 if (tail != NULL) { in fipsinstall_main()
410 module_path[tail - module_fname] = '\0'; in fipsinstall_main()
H A Dreq.c71 const char *tail, const char *desc);
1478 const char *tail, const char *desc) in join() argument
1480 const size_t name_len = strlen(name), tail_len = strlen(tail); in join()
1487 memcpy(buf + name_len, tail, tail_len + 1); in join()
/openssl/crypto/aes/asm/
H A Daes-mips.pl1706 $PTR_ADD $tail,$key,$at
1713 lw $rk4,0($tail)
1714 lw $rk5,4($tail)
1715 lw $rk6,8($tail)
1716 lw $rk7,12($tail)
1717 sw $rk0,0($tail)
1718 sw $rk1,4($tail)
1719 sw $rk2,8($tail)
1720 sw $rk3,12($tail)
1722 $PTR_SUB $tail,16
[all …]
/openssl/crypto/rsa/
H A Drsa_ossl.c725 goto tail; in rsa_ossl_mod_exp()
913 tail: in rsa_ossl_mod_exp()
/openssl/doc/man3/
H A DOPENSSL_malloc.pod107 that sensitive tail bytes will survive zeroization because the block of

Completed in 99 milliseconds