/openssl-master/crypto/ |
A D | sparccpuid.S | 62 .word 0xb7a00040 63 .word 0xb3a00040 64 .word 0xafa00040 65 .word 0xaba00040 66 .word 0xa7a00040 67 .word 0xa3a00040 68 .word 0x9fa00040 69 .word 0x9ba00040 70 .word 0x97a00040 71 .word 0x93a00040 [all …]
|
/openssl-master/crypto/des/asm/ |
A D | des_enc.m4 | 912 .word 0 913 .word $7.1-$7.0 914 .word $7.2-$7.0 915 .word $7.3-$7.0 916 .word $7.4-$7.0 917 .word $7.5-$7.0 918 .word $7.6-$7.0 919 .word $7.7-$7.0 1035 .word 0 1036 .word $7.1-$7.0 [all …]
|
/openssl-master/crypto/bn/asm/ |
A D | x86-mont.pl | 310 $word="edi"; 315 &mov ($word,$_bp); 322 &mov ($word,&DWP(0,$word)); # bp[0] 341 &mov ($word,$_n0); 353 &mul ($word); # np[0]*m 377 &mov ($word,$_n0); 392 &mul ($word); # np[0]*m 400 &mul ($word); # np[j]*m 467 &mov ($word,$_n0); 530 &mov ("eax",$word); [all …]
|
A D | x86_64-gcc.c | 74 # define mul_add(r,a,word,carry) do { \ argument 78 : "a"(word),"m"(a) \ 91 # define mul(r,a,word,carry) do { \ argument 95 : "a"(word),"g"(a) \
|
/openssl-master/crypto/bn/ |
A D | README.pod | 115 in B<rp>, and returns the high word (carry). 119 the result in B<rp>, and returns the high word (carry). 130 result in B<rp>, and returns the high word (carry). 146 B<b> and the 8 word array B<r>. 149 B<b> and the 16 word array B<r>. 158 word array B<a>, the B<nb> word array B<b> and the B<na>+B<nb> word 176 B<n2> word arrays B<r> and B<tmp> and the B<n2>/2 word arrays B<a> 187 B<a> and the 2*B<n> word arrays B<tmp> and B<r>. 194 low word of the result in B<r> and the high word in B<c>. 197 places the low word of the result in B<r> and the high word in B<c>. [all …]
|
/openssl-master/crypto/modes/ |
A D | siv128.c | 47 return byteswap8(b->word[i]); in siv128_getword() 48 return b->word[i]; in siv128_getword() 56 b->word[i] = byteswap8(x); in siv128_putword() 58 b->word[i] = x; in siv128_putword() 64 x->word[0] ^= y->word[0]; in siv128_xorblock() 65 x->word[1] ^= y->word[1]; in siv128_xorblock() 325 if ((t.word[0] | t.word[1]) != 0) { in ossl_siv128_decrypt()
|
/openssl-master/util/perl/OpenSSL/ |
A D | ParseC.pm | 658 my $word = $2; 663 my $type = $word eq "struct" ? 'S' : 'E'; 666 return ("$before$word $name$after;", 667 "$word $name", $type, "", "$word$definition", all_conds()); 670 return ("", "$word $name", $type, "", "$word$definition", all_conds());
|
/openssl-master/crypto/sha/asm/ |
A D | sha1-armv4-large.pl | 723 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19) 731 $word &= ~0x10000000 if (($word & 0x0f000000) == 0x02000000); 733 $word&0xff,($word>>8)&0xff, 734 ($word>>16)&0xff,($word>>24)&0xff,
|
A D | sha256-armv4.pl | 716 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19) 723 $word&0xff,($word>>8)&0xff, 724 ($word>>16)&0xff,($word>>24)&0xff,
|
/openssl-master/crypto/perlasm/ |
A D | README.md | 45 &swtmp(num) Address on stack temp word. 52 &data_word(word) Put in a word of data.
|
/openssl-master/crypto/modes/asm/ |
A D | ghashv8-armx.pl | 771 my $word = 0xf2a00e00|(($1&7)<<13)|(($1&8)<<19) 774 $word |= 0x00010001 if ($mnemonic =~ "2"); 779 $word&0xff,($word>>8)&0xff, 780 ($word>>16)&0xff,($word>>24)&0xff,
|
A D | aes-gcm-armv8_64.pl | 5691 my $word = 0xf2a00e00|(($1&7)<<13)|(($1&8)<<19) 5694 $word |= 0x00010001 if ($mnemonic =~ "2"); 5699 $word&0xff,($word>>8)&0xff, 5700 ($word>>16)&0xff,($word>>24)&0xff,
|
/openssl-master/providers/implementations/asymciphers/ |
A D | rsa_enc.c | 350 const char *word = NULL; in rsa_get_ctx_params() local 354 word = padding_item[i].ptr; in rsa_get_ctx_params() 359 if (word != NULL) { in rsa_get_ctx_params() 360 if (!OSSL_PARAM_set_utf8_string(p, word)) in rsa_get_ctx_params()
|
/openssl-master/crypto/objects/ |
A D | README.md | 11 If Long Name contains only word characters and hyphen-minus
|
/openssl-master/doc/man3/ |
A D | BN_num_bytes.pod | 21 BN_num_bits_word() returns the number of significant bits in a word.
|
A D | OPENSSL_ia32cap.pod | 119 To control this extended capability word use C<:> as delimiter when
|
A D | OPENSSL_LH_COMPFUNC.pod | 82 * Implement the hash and compare functions; "stuff" can be any word.
|
/openssl-master/include/crypto/ |
A D | modes.h | 207 uint64_t word[SIV_LEN/sizeof(uint64_t)]; member
|
/openssl-master/doc/man5/ |
A D | x509v3_config.pod | 176 If the value is the word B<none> then no SKID extension will be included. 177 If the value is the word B<hash>, or by default for the B<x509>, B<req>, and 484 begin with the word B<permitted> or B<excluded> followed by a B<;>. The rest of 551 The first way is to use the word ASN1 followed by the extension content 563 It is also possible to use the word DER to include the raw encoded data in any
|
/openssl-master/providers/implementations/signature/ |
A D | rsa_sig.c | 1060 const char *word = NULL; in rsa_get_ctx_params() local 1064 word = padding_item[i].ptr; in rsa_get_ctx_params() 1069 if (word != NULL) { in rsa_get_ctx_params() 1070 if (!OSSL_PARAM_set_utf8_string(p, word)) in rsa_get_ctx_params()
|
/openssl-master/doc/man1/ |
A D | CA.pl.pod | 151 For multi-word parameters, either repeat the option or quote the I<parameters> 152 so it looks like one word to your shell.
|
A D | openssl-namedisplay-options.pod | 133 Specify the field separators. The first word is used between the
|
A D | openssl-asn1parse.pod.in | 160 space. The second column is the "short name" which is a single word followed
|
/openssl-master/ |
A D | Configure | 807 my $word = $2; 808 if ($word !~ m|hw(?:-.+)| # special treatment for hw regexp opt 809 && !exists $deprecated_disablables{$word} 810 && !grep { $word eq $_ } @disablables)
|
/openssl-master/crypto/aes/asm/ |
A D | aesv8-armx.pl | 3627 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19) 3633 $word&0xff,($word>>8)&0xff, 3634 ($word>>16)&0xff,($word>>24)&0xff,
|