/openssl-master/crypto/des/asm/ |
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 …]
|
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-master/crypto/asn1/ |
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() 101 tt = it->templates + it->tcount; in ossl_asn1_item_embed_free() 105 tt--; in ossl_asn1_item_embed_free() 106 seqtt = ossl_asn1_do_adb(*pval, tt, 0); in ossl_asn1_item_embed_free() 122 void ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ossl_asn1_template_free() argument 124 int embed = tt->flags & ASN1_TFLG_EMBED; in ossl_asn1_template_free() 130 if (tt->flags & ASN1_TFLG_SK_MASK) { in ossl_asn1_template_free() [all …]
|
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 …]
|
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 …]
|
A D | tasn_utl.c | 199 ASN1_VALUE **ossl_asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ossl_asn1_get_field_ptr() argument 201 ASN1_VALUE **pvaltmp = offset2ptr(*pval, tt->offset); in ossl_asn1_get_field_ptr() 212 const ASN1_TEMPLATE *tt) in ossl_asn1_get_const_field_ptr() argument 214 return offset2ptr(*pval, tt->offset); in ossl_asn1_get_const_field_ptr() 223 const ASN1_TEMPLATE *tt, in ossl_asn1_do_adb() argument 232 if ((tt->flags & ASN1_TFLG_ADB_MASK) == 0) in ossl_asn1_do_adb() 233 return tt; in ossl_asn1_do_adb() 236 adb = ASN1_ADB_ptr(tt->item); in ossl_asn1_do_adb() 252 if ((tt->flags & ASN1_TFLG_ADB_OID) != 0) in ossl_asn1_do_adb() 272 return &atbl->tt; in ossl_asn1_do_adb()
|
A D | tasn_enc.c | 86 const ASN1_TEMPLATE *tt = NULL; in ASN1_item_ex_i2d() local 174 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d() 178 seqtt = ossl_asn1_do_adb(*pval, tt, 1); in ASN1_item_ex_i2d() 193 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d() 196 seqtt = ossl_asn1_do_adb(*pval, tt, 1); in ASN1_item_ex_i2d() 219 const int flags = tt->flags; in asn1_template_ex_i2d() 244 ttag = tt->tag; in asn1_template_ex_i2d() 311 if (len == 0 && (tt->flags & ASN1_TFLG_OPTIONAL) == 0) { in asn1_template_ex_i2d() 352 if ((tt->flags & ASN1_TFLG_OPTIONAL) == 0) { in asn1_template_ex_i2d() 371 len = ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item), in asn1_template_ex_i2d() [all …]
|
A D | tasn_prn.c | 110 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx); 139 const ASN1_TEMPLATE *tt; in asn1_item_print_ctx() local 205 tt = it->templates + i; in asn1_item_print_ctx() 206 tmpfld = ossl_asn1_get_const_field_ptr(fld, tt); in asn1_item_print_ctx() 207 if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx)) in asn1_item_print_ctx() 234 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_print_ctx() 236 seqtt = ossl_asn1_do_adb(*fld, tt, 1); in asn1_item_print_ctx() 270 flags = tt->flags; in asn1_template_print_ctx() 272 sname = ASN1_ITEM_ptr(tt->item)->sname; in asn1_template_print_ctx() 278 fname = tt->field_name; in asn1_template_print_ctx() [all …]
|
A D | asn1_local.h | 24 const ASN1_TEMPLATE *tt; member 56 ASN1_VALUE **ossl_asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt); 58 const ASN1_TEMPLATE *tt); 61 const ASN1_TEMPLATE *tt, 75 void ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
|
A D | tasn_scn.c | 49 return p->tt; in ASN1_SCTX_get_template()
|
/openssl-master/crypto/des/ |
A D | des_local.h | 203 register DES_LONG tt; \ 204 PERM_OP(r,l,tt, 4,0x0f0f0f0fL); \ 205 PERM_OP(l,r,tt,16,0x0000ffffL); \ 206 PERM_OP(r,l,tt, 2,0x33333333L); \ 207 PERM_OP(l,r,tt, 8,0x00ff00ffL); \ 208 PERM_OP(r,l,tt, 1,0x55555555L); \ 213 register DES_LONG tt; \ 214 PERM_OP(l,r,tt, 1,0x55555555L); \ 215 PERM_OP(r,l,tt, 8,0x00ff00ffL); \ 216 PERM_OP(l,r,tt, 2,0x33333333L); \ [all …]
|
/openssl-master/crypto/bn/ |
A D | bn_asm.c | 455 BN_ULLONG tt = t+c0; /* no carry */ \ 456 c0 = (BN_ULONG)Lw(tt); \ 457 hi = (BN_ULONG)Hw(tt); \ 492 BN_ULONG lo, hi, tt; \ 494 c0 += lo; tt = hi+((c0<lo)?1:0); \ 495 c1 += tt; c2 += (c1<tt)?1:0; \ 525 BN_ULONG ta = (a), tb = (b), tt; \ 528 c0 += lo; tt = hi + ((c0<lo)?1:0); \ 529 c1 += tt; c2 += (c1<tt)?1:0; \ 559 BN_ULONG tt; \ [all …]
|
/openssl-master/doc/man1/ |
A D | openssl-engine.pod.in | 18 [B<-tt>] 55 =item B<-tt> 79 $ openssl engine -t -tt -vvvv dynamic
|
/openssl-master/crypto/objects/ |
A D | obj_xref.c | 203 static void sid_free(nid_triple *tt) in sid_free() argument 205 OPENSSL_free(tt); in sid_free()
|
/openssl-master/crypto/cms/ |
A D | cms_sd.c | 516 ASN1_TIME *tt; in cms_add1_signingTime() local 520 tt = t; in cms_add1_signingTime() 522 tt = X509_gmtime_adj(NULL, 0); in cms_add1_signingTime() 524 if (tt == NULL) in cms_add1_signingTime() 528 tt->type, tt, -1) <= 0) in cms_add1_signingTime() 534 ASN1_TIME_free(tt); in cms_add1_signingTime()
|
/openssl-master/crypto/bn/asm/ |
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-master/test/ |
A D | evp_test.c | 3325 const EVP_TEST_METHOD **tt; in find_test() local 3327 for (tt = evp_test_list; *tt; tt++) { in find_test() 3328 if (strcmp(name, (*tt)->name) == 0) in find_test() 3329 return *tt; in find_test()
|
/openssl-master/include/openssl/ |
A D | asn1t.h.in | 518 const ASN1_TEMPLATE tt; /* item for this value */ member
|
/openssl-master/ |
A D | CHANGES.md | 10679 produced by increasing the feature's verbosity with "-tt".
|