/openssl/crypto/rc4/asm/ |
H A D | rc4-586.pl | 75 $xx="eax"; 92 &inc (&LB($xx)); 109 my @XX=($xx,$out); 146 &inc ($xx); 148 &movz ($xx,&LB($xx)); # (*) 172 &xor ($xx,$xx); # avoid partial register stalls 186 &inc (&LB($xx)); 270 &inc (&LB($xx)); 284 &movz ($tx,&BP(0,$dat,$xx)); 293 &add (&LB($xx),1); [all …]
|
H A D | rc4-c64xplus.pl | 30 ($KEYA,$XX,$TY,$xx,$ONE,$ret)=map("A$_",(5,7,8,9,1,2)); 68 || MVD $XX,$xx 75 STB $TY,*${KEYA}[$xx] 142 || MVD $XX,$xx 151 STB $TY,*${KEYA}[$xx]
|
/openssl/util/ |
H A D | check-format-test-positives.c | 83 int xx = 1) + /*@ unexpected closing parenthesis */ 91 (xx /*@0 unclosed parenthesis in expression */ 113 (xx+= 2) + /*@ missing space before '+=', reported unless sloppy-spc */ 120 xx = a + b /*@ extra single-statement indent off by 1 */
|
H A D | check-format-test-negatives.c | 292 xx; typedef
|
/openssl/doc/internal/man7/ |
H A D | VERSION.pod | 46 Defined in releases. When not set, it gets the value C<xx XXX xxxx>. 81 value, otherwise the string C<xx XXX yyyy>.
|
/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 777 int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const int p[], in BN_GF2m_mod_inv_arr() argument 783 bn_check_top(xx); in BN_GF2m_mod_inv_arr() 790 ret = BN_GF2m_mod_inv(r, xx, field, ctx); in BN_GF2m_mod_inv_arr() 835 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, in BN_GF2m_mod_div_arr() argument 842 bn_check_top(xx); in BN_GF2m_mod_div_arr() 850 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx); in BN_GF2m_mod_div_arr()
|
/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8-sve.pl | 37 my @xx=(7..22); 38 my @sxx=map("x$_",@xx); 39 my @sx=map("w$_",@xx);
|
H A D | chacha-x86_64.pl | 784 my @xx=($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3, 793 my @x=map("\"$_\"",@xx); 1377 my @xx=($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3, 1385 my @x=map("\"$_\"",@xx); 1827 my @xx=($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3, 1836 my @x=map("\"$_\"",@xx); 2892 my @xx=($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3, 2902 my @x=map("\"$_\"",@xx); 3396 @xx=($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3,
|
/openssl/ |
H A D | CONTRIBUTING.md | 58 Copyright 20xx-20yy The OpenSSL Project Authors. All Rights Reserved.
|
H A D | INSTALL.md | 1236 In fact, any ASCII character can be encoded as %xx using its hexadecimal
|
H A D | CHANGES.md | 31 ### Changes between 3.4 and 3.5 [xx XXX xxxx] 78 ### Changes between 3.3 and 3.4 [xx XXX xxxx] 253 ### Changes between 3.3.2 and 3.3.3 [xx XXX xxxx] 538 ### Changes between 3.2.1 and 3.2.2 [xx XXX xxxx] 3424 ### Changes between 1.1.1m and 1.1.1n [xx XXX xxxx]
|
/openssl/doc/man3/ |
H A D | OpenSSL_version.pod | 25 #define OPENSSL_VERSION_TEXT "OpenSSL x.y.z xx XXX xxxx"
|
/openssl/doc/man7/ |
H A D | fips_module.pod | 71 OpenSSL 3.0.0-dev xx XXX xxxx (Library: OpenSSL 3.0.0-dev xx XXX xxxx)
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 248 Gnomovision version 69, Copyright (C) 19xx name of author
|
/openssl/crypto/des/asm/ |
H A D | des_enc.m4 | 258 ! The above xx bits are cleared, and the result used for lookup in
|