/openssl/util/ |
H A D | add-depends.pl | 231 (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 D | check-format.pl | 453 my ($head, $tail) = (substr($str, 0, $i).$1, $3); 472 $tail =~ m/^([\s@]*)([^\s\@])/; 615 $_ = "$head@@".$tail; # blind the "*/" 626 $_ = blind_nonspace($cmt_text)."@@".$tail; 637 my $cmt_text = $opt_minus.$tail; # preliminary 885 … report("code after '}'") unless $tail eq "" || $tail =~ m/(else|while|OSSL_TRACE_END)(\W|$)/; 1019 my ($head, $mid, $tail) = ($1, $3, $4); 1089 my $tail = substr($_, $terminator_position + 1); 1091 if ($tail =~ m/\s*else(\W|$)/) { 1171 if (my ($head, $tail) = m/(^|^.*\W)while(\W.*$|$)/) { [all …]
|
/openssl/ssl/quic/ |
H A D | quic_sf_list.c | 71 new_frame->prev = fl->tail; in append_frame() 72 if (fl->tail != NULL) in append_frame() 73 fl->tail->next = new_frame; in append_frame() 74 fl->tail = new_frame; in append_frame() 85 uint64_t curr_end = fl->tail != NULL ? fl->tail->range.end in ossl_sframe_list_insert() 97 if (fl->tail == NULL) { in ossl_sframe_list_insert() 99 if (fl->tail == NULL) in ossl_sframe_list_insert() 147 if (fl->tail == drop_frame) in ossl_sframe_list_insert() 148 fl->tail = prev_frame; in ossl_sframe_list_insert() 162 fl->tail = new_frame; in ossl_sframe_list_insert() [all …]
|
H A D | quic_cfq.c | 70 QUIC_CFQ_ITEM_EX *head, *tail; member 103 if (l->tail == n) in list_remove() 104 l->tail = n->prev; in list_remove() 119 if (l->tail == NULL) in list_insert_head() 120 l->tail = n; in list_insert_head() 125 n->prev = l->tail; in list_insert_tail() 127 l->tail = n; in list_insert_tail() 143 if (l->tail == ref) in list_insert_after() 144 l->tail = n; in list_insert_after() 154 l->head = l->tail = n; in list_insert_sorted()
|
H A D | quic_txpim.c | 24 QUIC_TXPIM_PKT_EX *head, *tail; member 55 l->head = l->tail = NULL; in free_list() 72 if (l->tail == n) in list_remove() 73 l->tail = n->prev; in list_remove() 83 n->prev = l->tail; in list_insert_tail() 85 l->tail = n; in list_insert_tail()
|
/openssl/test/ |
H A D | modes_internal_test.c | 156 size_t tail; in last_blocks_correction() local 160 tail = 16; in last_blocks_correction() 161 tail += 16; in last_blocks_correction() 163 return tail; in last_blocks_correction() 169 size_t tail; in last_blocks_correction_nist() local 172 tail = 16; in last_blocks_correction_nist() 173 len -= 16 + tail; in last_blocks_correction_nist() 178 len += 16 + tail; in last_blocks_correction_nist() 179 tail = 16; in last_blocks_correction_nist() 181 return tail; in last_blocks_correction_nist() [all …]
|
H A D | rdcpu_sanitytest.c | 74 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 D | property_test.c | 564 const int max = 10000, tail = 10; in test_query_cache_stochastic() local 599 res = TEST_int_gt(errors, tail) && TEST_int_lt(errors, max - tail); in test_query_cache_stochastic()
|
/openssl/ssl/ |
H A D | ssl_ciph.c | 612 if (curr == *tail) in ll_append_tail() 620 (*tail)->next = curr; in ll_append_tail() 621 curr->prev = *tail; in ll_append_tail() 623 *tail = curr; in ll_append_tail() 631 if (curr == *tail) in ll_append_head() 632 *tail = curr->prev; in ll_append_head() 799 tail = *tail_p; in ssl_cipher_apply_rule() 802 next = tail; in ssl_cipher_apply_rule() 806 last = tail; in ssl_cipher_apply_rule() 900 if (tail == curr) in ssl_cipher_apply_rule() [all …]
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 60 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 D | cipher_rc4_hmac_md5_hw.c | 42 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 D | cipher_aes_cbc_hmac_sha1_hw.c | 58 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 D | cipher_aes_cbc_hmac_sha.h | 55 SHA_CTX head, tail, md; member 60 SHA256_CTX head, tail, md; member
|
H A D | cipher_chacha20_poly1305_hw.c | 124 size_t tail, tohash_len, buf_len, plen = ctx->tls_payload_length; in chacha20_poly1305_tls_cipher() local 185 tail = (0 - i) & (POLY1305_BLOCK_SIZE - 1); in chacha20_poly1305_tls_cipher() 186 memset(ctr + i, 0, tail); in chacha20_poly1305_tls_cipher() 187 ctr += i + tail; in chacha20_poly1305_tls_cipher() 188 tohash_len += i + tail; in chacha20_poly1305_tls_cipher() 214 tail = (0 - plen) & (POLY1305_BLOCK_SIZE - 1); in chacha20_poly1305_tls_cipher() 215 Poly1305_Update(poly, zero, tail); in chacha20_poly1305_tls_cipher()
|
H A D | cipher_rc4_hmac_md5.h | 20 MD5_CTX head, tail, md; member
|
/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 33 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 D | e_rc4_hmac_md5.c | 33 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 D | e_aes_cbc_hmac_sha1.c | 33 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 D | e_chacha20_poly1305.c | 218 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 D | encode.c | 353 goto tail; in EVP_DecodeUpdate() 388 tail: in EVP_DecodeUpdate()
|
/openssl/crypto/bn/ |
H A D | bn_ctx.c | 33 BN_POOL_ITEM *head, *current, *tail; member 292 p->head = p->current = p->tail = NULL; in BN_POOL_init() 328 item->prev = p->tail; in BN_POOL_get() 332 p->head = p->current = p->tail = item; in BN_POOL_get() 334 p->tail->next = item; in BN_POOL_get() 335 p->tail = item; in BN_POOL_get()
|
/openssl/include/internal/ |
H A D | quic_sf_list.h | 43 STREAM_FRAME *head, *tail; member
|
/openssl/crypto/aes/asm/ |
H A D | aes-mips.pl | 1706 $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/apps/ |
H A D | fipsinstall.c | 581 const char *tail; in fipsinstall_main() local 784 tail = opt_path_end(module_fname); in fipsinstall_main() 785 if (tail != NULL) { in fipsinstall_main() 789 module_path[tail - module_fname] = '\0'; in fipsinstall_main()
|
H A D | req.c | 72 const char *tail, const char *desc); 1472 const char *tail, const char *desc) in join() argument 1474 const size_t name_len = strlen(name), tail_len = strlen(tail); in join() 1481 memcpy(buf + name_len, tail, tail_len + 1); in join()
|