Home
last modified time | relevance | path

Searched refs:word (Results 1 – 25 of 37) sorted by relevance

12

/openssl/crypto/
H A Dsparccpuid.S62 .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/crypto/des/asm/
H A Ddes_enc.m4912 .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/crypto/bn/asm/
H A Dx86-mont.pl310 $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 …]
H A Dx86_64-gcc.c74 # 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/crypto/bn/
H A DREADME.pod115 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/crypto/modes/
H A Dsiv128.c47 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/util/perl/OpenSSL/
H A DParseC.pm670 my $word = $2;
675 my $type = $word eq "struct" ? 'S' : 'E';
678 return ("$before$word $name$after;",
679 "$word $name", $type, "", "$word$definition", all_conds());
682 return ("", "$word $name", $type, "", "$word$definition", all_conds());
/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl723 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,
H A Dsha256-armv4.pl716 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19)
723 $word&0xff,($word>>8)&0xff,
724 ($word>>16)&0xff,($word>>24)&0xff,
/openssl/crypto/sm4/asm/
H A Dvpsm4-armv8.pl220 my $word = shift;
226 mov @vtmp[0].s[0],$word
237 mov $word,@vtmp[0].s[0]
240 add $wtmp0,$word,$wtmp0
241 mov $word,@vtmp[3].s[0]
243 add $wtmp0,$wtmp0,$word
245 eor $word,$wtmp0,$wtmp0,ror #32-2
246 eor $word,$word,$wtmp0,ror #32-10
247 eor $word,$word,$wtmp0,ror #32-18
248 eor $word,$word,$wtmp0,ror #32-24
H A Dvpsm4_ex-armv8.pl230 my $word = shift;
233 mov @vtmp[3].s[0],$word
246 eor $word,$wtmp0,$wtmp0,ror #32-2
247 eor $word,$word,$wtmp0,ror #32-10
248 eor $word,$word,$wtmp0,ror #32-18
249 eor $word,$word,$wtmp0,ror #32-24
/openssl/crypto/perlasm/
H A DREADME.md45 &swtmp(num) Address on stack temp word.
52 &data_word(word) Put in a word of data.
/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl863 my $word = 0xf2a00e00|(($1&7)<<13)|(($1&8)<<19)
866 $word |= 0x00010001 if ($mnemonic =~ "2");
871 $word&0xff,($word>>8)&0xff,
872 ($word>>16)&0xff,($word>>24)&0xff,
/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c380 const char *word = NULL; in rsa_get_ctx_params() local
384 word = padding_item[i].ptr; in rsa_get_ctx_params()
389 if (word != NULL) { in rsa_get_ctx_params()
390 if (!OSSL_PARAM_set_utf8_string(p, word)) in rsa_get_ctx_params()
/openssl/crypto/objects/
H A DREADME.md11 If Long Name contains only word characters and hyphen-minus
/openssl/doc/man3/
H A DBN_num_bytes.pod21 BN_num_bits_word() returns the number of significant bits in a word.
H A DBN_set_bit.pod38 B<n> bits. The internal representation depends on the platform's word size, and
H A DOPENSSL_ia32cap.pod121 To control this extended capability word use C<:> as delimiter when
/openssl/include/crypto/
H A Dmodes.h220 uint64_t word[SIV_LEN/sizeof(uint64_t)]; member
/openssl/doc/man1/
H A DCA.pl.pod151 For multi-word parameters, either repeat the option or quote the I<parameters>
152 so it looks like one word to your shell.
H A Dopenssl-namedisplay-options.pod133 Specify the field separators. The first word is used between the
H A Dopenssl-asn1parse.pod.in160 space. The second column is the "short name" which is a single word followed
/openssl/providers/implementations/signature/
H A Drsa_sig.c1416 const char *word = NULL; in rsa_get_ctx_params() local
1420 word = padding_item[i].ptr; in rsa_get_ctx_params()
1425 if (word != NULL) { in rsa_get_ctx_params()
1426 if (!OSSL_PARAM_set_utf8_string(p, word)) in rsa_get_ctx_params()
/openssl/
H A DConfigure866 my $word = $2;
867 if ($word !~ m|hw(?:-.+)| # special treatment for hw regexp opt
868 && !exists $deprecated_disablables{$word}
869 && !grep { $word eq $_ } @disablables)
/openssl/doc/man5/
H A Dx509v3_config.pod500 begin with the word B<permitted> or B<excluded> followed by a B<;>. The rest of
567 The first way is to use the word ASN1 followed by the extension content
579 It is also possible to use the word DER to include the raw encoded data in any

Completed in 75 milliseconds

12