/openssl/doc/designs/quic-design/ |
H A D | connection-state-machine.md | 246 <td><tt>TERMINATED</tt></td> 252 <td><tt>TERMINATED</tt></td> 268 <td><tt>TERMINATED</tt></td> 283 <td><tt>TERMINATED</tt></td> 294 <td>—<tt>RX:RETRY</tt>→</td> 358 <td rowspan="3"><tt>enter:DropEL(Initial)</tt><br/><tt>enter:SendPackets()</tt></td> 372 …<tt>enter:ProvisionEL(1RTT)</tt><br/><tt>enter:HandshakeComplete()</tt><br/><tt>enter[server]:Send… 377 <td>—<tt>RX:1RTT</tt>→</td> 393 <td>—<tt>RX:1RTT</tt>→</td> 417 <td>—<tt>RX:ANY</tt>→</td> [all …]
|
/openssl/crypto/des/asm/ |
H A D | crypt586.pl | 149 local($a,$b,$tt,$shift,$mask,$last)=@_; 152 &mov( $tt, $a ); 158 &xor( $tt, $a ); 162 &xor( $tt, $a ); 170 local($l,$r,$tt,$lr)=@_; 172 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l); 173 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l); 181 { &rotr($tt, 3-$lr); } 182 else { &rotl($tt, $lr-3); } 194 local($l,$r,$tt,$lr)=@_; [all …]
|
H A D | des-586.pl | 255 local($a,$b,$tt,$shift,$mask,$last)=@_; 258 &mov( $tt, $a ); 266 &xor( $tt, $a ); 270 &xor( $tt, $a ); 278 local($l,$r,$tt,$lr)=@_; 280 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l); 281 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l); 289 { &rotr($tt, 3-$lr); } 290 else { &rotl($tt, $lr-3); } 302 local($l,$r,$tt,$lr)=@_; [all …]
|
/openssl/crypto/asn1/ |
H A D | tasn_fre.c | 30 const ASN1_TEMPLATE *tt = NULL, *seqtt; in ossl_asn1_item_embed_free() local 68 tt = it->templates + i; in ossl_asn1_item_embed_free() 69 pchval = ossl_asn1_get_field_ptr(pval, tt); in ossl_asn1_item_embed_free() 70 ossl_asn1_template_free(pchval, tt); in ossl_asn1_item_embed_free() 105 tt = it->templates + it->tcount; in ossl_asn1_item_embed_free() 109 tt--; in ossl_asn1_item_embed_free() 110 seqtt = ossl_asn1_do_adb(*pval, tt, 0); in ossl_asn1_item_embed_free() 126 void ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ossl_asn1_template_free() argument 128 int embed = tt->flags & ASN1_TFLG_EMBED; in ossl_asn1_template_free() 134 if (tt->flags & ASN1_TFLG_SK_MASK) { in ossl_asn1_template_free() [all …]
|
H A D | tasn_new.c | 63 const ASN1_TEMPLATE *tt = NULL; in asn1_item_embed_new() local 149 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in asn1_item_embed_new() 150 pseqval = ossl_asn1_get_field_ptr(pval, tt); in asn1_item_embed_new() 210 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); in asn1_template_new() 211 int embed = tt->flags & ASN1_TFLG_EMBED; in asn1_template_new() 218 if (tt->flags & ASN1_TFLG_OPTIONAL) { in asn1_template_new() 219 asn1_template_clear(pval, tt); in asn1_template_new() 224 if (tt->flags & ASN1_TFLG_ADB_MASK) { in asn1_template_new() 229 if (tt->flags & ASN1_TFLG_SK_MASK) { in asn1_template_new() 250 if (tt->flags & (ASN1_TFLG_ADB_MASK | ASN1_TFLG_SK_MASK)) in asn1_template_clear() [all …]
|
H A D | tasn_dec.c | 168 const ASN1_TEMPLATE *tt, *errtt = NULL; in asn1_item_embed_d2i() local 282 tt = it->templates + i; in asn1_item_embed_d2i() 293 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i() 311 errtt = tt; in asn1_item_embed_d2i() 375 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i() 388 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i() 509 flags = tt->flags; in asn1_template_ex_d2i() 580 flags = tt->flags; in asn1_template_noexp_d2i() 589 if (tt->flags & ASN1_TFLG_EMBED) { in asn1_template_noexp_d2i() 600 sktag = tt->tag; in asn1_template_noexp_d2i() [all …]
|
H A D | tasn_utl.c | 201 ASN1_VALUE **ossl_asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ossl_asn1_get_field_ptr() argument 203 ASN1_VALUE **pvaltmp = offset2ptr(*pval, tt->offset); in ossl_asn1_get_field_ptr() 214 const ASN1_TEMPLATE *tt) in ossl_asn1_get_const_field_ptr() argument 216 return offset2ptr(*pval, tt->offset); in ossl_asn1_get_const_field_ptr() 225 const ASN1_TEMPLATE *tt, in ossl_asn1_do_adb() argument 234 if ((tt->flags & ASN1_TFLG_ADB_MASK) == 0) in ossl_asn1_do_adb() 235 return tt; in ossl_asn1_do_adb() 238 adb = ASN1_ADB_ptr(tt->item); in ossl_asn1_do_adb() 254 if ((tt->flags & ASN1_TFLG_ADB_OID) != 0) in ossl_asn1_do_adb() 274 return &atbl->tt; in ossl_asn1_do_adb()
|
H A D | tasn_enc.c | 84 const ASN1_TEMPLATE *tt = NULL; in ASN1_item_ex_i2d() local 172 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d() 176 seqtt = ossl_asn1_do_adb(*pval, tt, 1); in ASN1_item_ex_i2d() 191 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d() 194 seqtt = ossl_asn1_do_adb(*pval, tt, 1); in ASN1_item_ex_i2d() 217 const int flags = tt->flags; in asn1_template_ex_i2d() 242 ttag = tt->tag; in asn1_template_ex_i2d() 309 if (len == 0 && (tt->flags & ASN1_TFLG_OPTIONAL) == 0) { in asn1_template_ex_i2d() 350 if ((tt->flags & ASN1_TFLG_OPTIONAL) == 0) { in asn1_template_ex_i2d() 369 len = ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item), in asn1_template_ex_i2d() [all …]
|
H A D | tasn_prn.c | 108 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx); 137 const ASN1_TEMPLATE *tt; in asn1_item_print_ctx() local 203 tt = it->templates + i; in asn1_item_print_ctx() 204 tmpfld = ossl_asn1_get_const_field_ptr(fld, tt); in asn1_item_print_ctx() 205 if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx)) in asn1_item_print_ctx() 232 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_print_ctx() 234 seqtt = ossl_asn1_do_adb(*fld, tt, 1); in asn1_item_print_ctx() 268 flags = tt->flags; in asn1_template_print_ctx() 270 sname = ASN1_ITEM_ptr(tt->item)->sname; in asn1_template_print_ctx() 276 fname = tt->field_name; in asn1_template_print_ctx() [all …]
|
H A D | asn1_local.h | 26 const ASN1_TEMPLATE *tt; member 58 ASN1_VALUE **ossl_asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt); 60 const ASN1_TEMPLATE *tt); 63 const ASN1_TEMPLATE *tt, 77 void ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
|
H A D | tasn_scn.c | 47 return p->tt; in ASN1_SCTX_get_template()
|
/openssl/crypto/des/ |
H A D | des_local.h | 201 register DES_LONG tt; \ 202 PERM_OP(r,l,tt, 4,0x0f0f0f0fL); \ 203 PERM_OP(l,r,tt,16,0x0000ffffL); \ 204 PERM_OP(r,l,tt, 2,0x33333333L); \ 205 PERM_OP(l,r,tt, 8,0x00ff00ffL); \ 206 PERM_OP(r,l,tt, 1,0x55555555L); \ 211 register DES_LONG tt; \ 212 PERM_OP(l,r,tt, 1,0x55555555L); \ 213 PERM_OP(r,l,tt, 8,0x00ff00ffL); \ 214 PERM_OP(l,r,tt, 2,0x33333333L); \ [all …]
|
/openssl/crypto/bn/ |
H A D | bn_asm.c | 460 BN_ULLONG tt = t+c0; /* no carry */ \ 461 c0 = (BN_ULONG)Lw(tt); \ 462 hi = (BN_ULONG)Hw(tt); \ 497 BN_ULONG lo, hi, tt; \ 499 c0 += lo; tt = hi + (c0<lo); \ 500 c1 += tt; c2 += (c1<tt); \ 530 BN_ULONG ta = (a), tb = (b), tt; \ 533 c0 += lo; tt = hi + (c0<lo); \ 534 c1 += tt; c2 += (c1<tt); \ 564 BN_ULONG tt; \ [all …]
|
/openssl/doc/man1/ |
H A D | openssl-engine.pod.in | 18 [B<-tt>] 55 =item B<-tt> 79 $ openssl engine -t -tt -vvvv dynamic
|
/openssl/crypto/objects/ |
H A D | obj_xref.c | 209 static void sid_free(nid_triple *tt) in sid_free() argument 211 OPENSSL_free(tt); in sid_free()
|
/openssl/crypto/cms/ |
H A D | cms_sd.c | 558 ASN1_TIME *tt; in cms_add1_signingTime() local 562 tt = t; in cms_add1_signingTime() 564 tt = X509_gmtime_adj(NULL, 0); in cms_add1_signingTime() 566 if (tt == NULL) { in cms_add1_signingTime() 572 tt->type, tt, -1) <= 0) { in cms_add1_signingTime() 580 ASN1_TIME_free(tt); in cms_add1_signingTime()
|
/openssl/crypto/bn/asm/ |
H A D | x86_64-gcc.c | 333 BN_ULONG lo, hi, tt; \ 335 c0 += lo; tt = hi+((c0<lo)?1:0); \ 336 c1 += tt; c2 += (c1<tt)?1:0; \
|
/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8-sve.pl | 48 my @tt=(17..24); 49 my @xt=map("z$_",@tt); 50 my @vt=map("v$_",@tt);
|
/openssl/test/ |
H A D | evp_test.c | 4579 const EVP_TEST_METHOD **tt; in find_test() local 4581 for (tt = evp_test_list; *tt; tt++) { in find_test() 4582 if (strcmp(name, (*tt)->name) == 0) in find_test() 4583 return *tt; in find_test()
|
/openssl/include/openssl/ |
H A D | asn1t.h.in | 518 const ASN1_TEMPLATE tt; /* item for this value */ member
|
/openssl/ |
H A D | CHANGES.md | 12624 produced by increasing the feature's verbosity with "-tt".
|