Home
last modified time | relevance | path

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

/openssl-master/util/
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 …]
A Dcheck-format.pl371 my ($head, $tail) = (substr($str, 0, $i).$1, $3);
389 $tail =~ m/^([\s@]*)([^\s\@])/;
531 $_ = "$head@@".$tail; # blind the "*/"
542 $_ = blind_nonspace($cmt_text)."@@".$tail;
553 my $cmt_text = $opt_minus.$tail; # preliminary
778 … report("code after '}'") unless $tail eq "" || $tail =~ m/(else|while|OSSL_TRACE_END)(\W|$)/;
892 my ($head, $mid, $tail) = ($1, $3, $4);
962 my $tail = substr($_, $terminator_position + 1);
964 if ($tail =~ m/\s*else(\W|$)/) {
1044 if (my ($head, $tail) = m/(^|^.*\W)while(\W.*$|$)/) {
[all …]
/openssl-master/test/
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 …]
A Drdrand_sanitytest.c60 unsigned char *tail = &buf[sizeof(buf) - sizeof(check)]; in sanity_check_bytes() local
61 memset(check, tail[0], 7); in sanity_check_bytes()
62 if (!TEST_false(!memcmp(check, tail, sizeof(check)))) in sanity_check_bytes()
A Dproperty_test.c504 const int max = 10000, tail = 10; in test_query_cache_stochastic() local
539 res = TEST_int_gt(errors, tail) && TEST_int_lt(errors, max - tail); in test_query_cache_stochastic()
/openssl-master/ssl/
A Dssl_ciph.c641 if (curr == *tail) in ll_append_tail()
649 (*tail)->next = curr; in ll_append_tail()
650 curr->prev = *tail; in ll_append_tail()
652 *tail = curr; in ll_append_tail()
660 if (curr == *tail) in ll_append_head()
661 *tail = curr->prev; in ll_append_head()
827 tail = *tail_p; in ssl_cipher_apply_rule()
830 next = tail; in ssl_cipher_apply_rule()
834 last = tail; in ssl_cipher_apply_rule()
924 if (tail == curr) in ssl_cipher_apply_rule()
[all …]
/openssl-master/providers/implementations/ciphers/
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 …]
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()
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 …]
A Dcipher_aes_cbc_hmac_sha.h55 SHA_CTX head, tail, md; member
60 SHA256_CTX head, tail, md; member
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()
A Dcipher_rc4_hmac_md5.h20 MD5_CTX head, tail, md; member
/openssl-master/crypto/evp/
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 …]
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()
A De_aes_cbc_hmac_sha1.c33 SHA_CTX head, tail, md; member
86 key->tail = key->head; in aesni_cbc_hmac_sha1_init_key()
329 ctx->A[i] = key->tail.h0; in tls1_1_multi_block_encrypt()
331 ctx->B[i] = key->tail.h1; in tls1_1_multi_block_encrypt()
333 ctx->C[i] = key->tail.h2; in tls1_1_multi_block_encrypt()
335 ctx->D[i] = key->tail.h3; in tls1_1_multi_block_encrypt()
337 ctx->E[i] = key->tail.h4; in tls1_1_multi_block_encrypt()
342 ctx->A[i] = key->tail.h0; in tls1_1_multi_block_encrypt()
344 ctx->B[i] = key->tail.h1; in tls1_1_multi_block_encrypt()
346 ctx->C[i] = key->tail.h2; in tls1_1_multi_block_encrypt()
[all …]
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()
A Dencode.c353 goto tail; in EVP_DecodeUpdate()
388 tail: in EVP_DecodeUpdate()
/openssl-master/crypto/bn/
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-master/apps/
A Dfipsinstall.c302 const char *tail; in fipsinstall_main() local
403 tail = opt_path_end(module_fname); in fipsinstall_main()
404 if (tail != NULL) { in fipsinstall_main()
408 module_path[tail - module_fname] = '\0'; in fipsinstall_main()
A Dreq.c72 const char *tail, const char *desc);
1482 const char *tail, const char *desc) in join() argument
1484 const size_t name_len = strlen(name), tail_len = strlen(tail); in join()
1491 memcpy(buf + name_len, tail, tail_len + 1); in join()
/openssl-master/crypto/aes/asm/
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-master/crypto/rsa/
A Drsa_ossl.c723 goto tail; in rsa_ossl_mod_exp()
911 tail: in rsa_ossl_mod_exp()
/openssl-master/doc/man3/
A DOPENSSL_malloc.pod107 that sensitive tail bytes will survive zeroization because the block of

Completed in 40 milliseconds