Home
last modified time | relevance | path

Searched refs:E (Results 1 – 25 of 152) sorted by relevance

1234567

/openssl/crypto/sha/asm/
H A Dkeccak1600-armv4.pl165 eor @E[1],@E[1],@E[1]
177 ldmia @E[0],{@E[0]-@E[2],@E[3]} @ A[1][0..1]
239 ldmia @E[0],{@E[0]-@E[2],@E[3]} @ A[1][2..3]
251 ldmia @E[0],{@E[0]-@E[2],@E[3]} @ A[2][1..2]
257 ldmia @E[0],{@E[0]-@E[2],@E[3]} @ A[2][3..4]
263 ldmia @E[0],{@E[0]-@E[2],@E[3]} @ A[3][0..1]
344 add @E[3],@E[0],@E[2]
364 eor @E[0],@E[0],@E[2]
365 eor @E[1],@E[1],@E[3]
397 ldmia @E[3],{@E[0]-@E[2],@E[3]} @ D[3..4]
[all …]
H A Dsha256-c64xplus.pl110 || MV $E,$Ectx
127 || ROTL $E,26,$S1
128 || AND $F,$E,$Ch
129 || ANDN $G,$E,$t2e
136 || ROTL $E,7,$t1e
164 || ROTL $E,26,$S1
165 || AND $F,$E,$Ch
175 || ROTL $E,7,$t1e
218 || ROTL $E,26,$S1
219 || AND $F,$E,$Ch
[all …]
H A Dsha512p8-ppc.pl201 lvx_4w $E,$x10,$ctx
205 vsldoi $F,$E,$E,4
206 vsldoi $G,$E,$E,8
207 vsldoi $H,$E,$E,12
212 lvx_u $E,$x20,$ctx
216 vsldoi $F,$E,$E,8
261 vaddu${sz}m $E,$E,@X[6]
273 vperm $E,$E,$F,$Ki
275 vperm $E,$E,$G,@X[0]
277 vperm $E,$E,$H,@X[1]
[all …]
H A Dsha1-c64xplus.pl98 || MV $E,$Ectx
104 || ADD $K,$E,$T ; T=E+K
107 || MV $D,$E ; E=D
126 || ADD $K,$E,$T ; T=E+K
129 || MV $D,$E ; E=D
152 || ADD $K,$E,$T ; T=E+K
155 || MV $D,$E ; E=D
188 || MV $D,$E ; E=D
225 || MV $D,$E ; E=D
265 || MV $D,$E ; E=D
[all …]
H A Dsha1-armv8.pl53 @V=($A,$B,$C,$D,$E)=map("w$_",(20..24));
207 ldr $E,[$ctx,#16]
219 add $E,$E,$K // warm it up
220 add $E,$E,@Xw[0]
231 add $E,$E,@Xw[5]
234 str $E,[$ctx,#16]
263 eor $E,$E,$E
265 ld1.32 {$E}[0],[$ctx]
282 sha1c $ABCD,$E,$W0 // 0
311 add.i32 $E,$E,$E0
[all …]
H A Dsha1-586.pl158 $E="edi";
162 @V=($A,$B,$C,$D,$E,$T);
472 &pshufd ($E,$E,0b00011011); # flip word order
485 &paddd ($E,@MSG[0]);
498 &movdqa ($E,$ABCD);
513 &movdqa ($E,$ABCD);
525 &movdqa ($E,$ABCD);
529 &sha1nexte ($E,$E_);
535 &pshufd ($E,$E,0b00011011);
634 &mov ($E,&DWP(16,$E));
[all …]
H A Dsha256-586.pl113 $E="edx";
150 &mov ("ecx",$E);
156 &xor ("ecx",$E);
161 &and ("esi",$E);
163 &xor ($E,"ecx");
442 &mov ($t1,$E);
445 &ror ($E,25-11);
448 &xor ($E,$t1);
452 &ror ($E,11-6);
455 &xor ($E,$t1);
[all …]
H A Dsha1-x86_64.pl151 $E="%r13d";
317 mov 16($ctx),$E
332 add 16($ctx),$E
337 mov $E,16($ctx)
387 movd 16($ctx),$E
393 pshufd \$0b00011011,$E,$E # flip word order
399 movdqa $E,$E_SAVE # offload $E
421 movdqa $ABCD,$E
455 movdqa $E,$E_SAVE # offload $E
460 pshufd \$0b00011011,$E,$E
[all …]
H A Dsha512-586.pl106 &pand ("mm5",$E); # f&=e
113 &pxor ("mm3",$E);
114 &psllq ($E,23);
118 &pxor ("mm3",$E);
122 &psllq ($E,4);
130 &paddq ($E,"mm3"); # d += T1
331 &movq ($E,&QWP(32,"esi"));
441 &paddq ($E,&QWP(32,"esi"));
451 &movq (&QWP(32,"esi"),$E);
669 &paddq ($E,&QWP(32,"esi"));
[all …]
/openssl/crypto/ripemd/
H A Drmd_dgst.c34 c->E = RIPEMD160_E; in RIPEMD160_Init()
63 E = ctx->E; in ripemd160_block_data_order()
69 RIP1(A, B, C, D, E, WL00, SL00); in ripemd160_block_data_order()
72 RIP1(E, A, B, C, D, WL01, SL01); in ripemd160_block_data_order()
75 RIP1(D, E, A, B, C, WL02, SL02); in ripemd160_block_data_order()
78 RIP1(C, D, E, A, B, WL03, SL03); in ripemd160_block_data_order()
186 e = E; in ripemd160_block_data_order()
192 E = ctx->E; in ripemd160_block_data_order()
280 ctx->B = ctx->C + d + E; in ripemd160_block_data_order()
282 ctx->D = ctx->E + a + B; in ripemd160_block_data_order()
[all …]
/openssl/crypto/ripemd/asm/
H A Drmd-586.pl27 $E="ebp";
84 local(%n)=($A,$E,$B,$A,$C,$B,$D,$C,$E,$D);
351 &mov($E, &DWP( ($z+1)*4,$tmp1,"",0));
353 &mov(&swtmp($z+1), $E);
357 &mov($E, &DWP(16,$tmp2,"",0));
452 &mov(&swtmp(16+4), $E);
454 &mov($E, &DWP(16,$tmp2,"",0));
549 &add($E, $tmp1);
551 &add($E, $tmp1);
572 &mov(&DWP( 4,$tmp2,"",0), $E);
[all …]
/openssl/crypto/sha/
H A Dsha_local.h152 E = c->h4; in HASH_BLOCK_DATA_ORDER()
328 E = c->h4; in HASH_BLOCK_DATA_ORDER()
337 T=E+K_00_19+F_00_19(B,C,D); \
338 E=D, D=C, C=ROTATE(B,30), B=A; \
343 T+=E+K_00_19+F_00_19(B,C,D); \
344 E=D, D=C, C=ROTATE(B,30), B=A; \
349 T+=E+K_20_39+F_20_39(B,C,D); \
350 E=D, D=C, C=ROTATE(B,30), B=A; \
355 T+=E+K_40_59+F_40_59(B,C,D); \
377 E = c->h4; in HASH_BLOCK_DATA_ORDER()
[all …]
/openssl/crypto/sm3/
H A Dsm3.c22 c->E = SM3_E; in ossl_sm3_init()
32 register unsigned MD32_REG_T A, B, C, D, E, F, G, H; in ossl_sm3_block_data_order() local
43 E = ctx->E; in ossl_sm3_block_data_order()
69 R1(A, B, C, D, E, F, G, H, 0x79CC4519, W00, W00 ^ W04); in ossl_sm3_block_data_order()
71 R1(D, A, B, C, H, E, F, G, 0xF3988A32, W01, W01 ^ W05); in ossl_sm3_block_data_order()
73 R1(C, D, A, B, G, H, E, F, 0xE7311465, W02, W02 ^ W06); in ossl_sm3_block_data_order()
75 R1(B, C, D, A, F, G, H, E, 0xCE6228CB, W03, W03 ^ W07); in ossl_sm3_block_data_order()
77 R1(A, B, C, D, E, F, G, H, 0x9CC45197, W04, W04 ^ W08); in ossl_sm3_block_data_order()
79 R1(D, A, B, C, H, E, F, G, 0x3988A32F, W05, W05 ^ W09); in ossl_sm3_block_data_order()
81 R1(C, D, A, B, G, H, E, F, 0x7311465E, W06, W06 ^ W10); in ossl_sm3_block_data_order()
[all …]
H A Dsm3_local.h30 ll=(c)->E; (void)HOST_l2c(ll, (s)); \
93 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ argument
96 const SM3_WORD A12_SM = A12 + E + TJ; \
99 const SM3_WORD TT2 = GG(E, F, G) + H + SS1 + Wi; \
106 #define R1(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument
107 RND(A,B,C,D,E,F,G,H,TJ,Wi,Wj,FF0,GG0)
109 #define R2(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument
110 RND(A,B,C,D,E,F,G,H,TJ,Wi,Wj,FF1,GG1)
/openssl/test/certs/
H A DembeddedSCTs3.sct8 30:44:02:20:58:2D:0A:BE:78:41:8A:E7:89:A9:5E:66:
10 FB:CC:4E:45:02:20:41:9C:89:B8:80:19:87:46:6C:1C:
11 3A:95:0B:BE:F4:98:75:D4:CA:49:97:FD:25:2E:E3:78:
15 Log ID : 56:14:06:9A:2F:D7:C2:EC:D3:F5:E1:BD:44:B2:3E:C7:
20 30:45:02:20:79:68:E9:70:38:5A:63:F3:A6:B1:97:0E:
21 7E:D0:C5:71:1B:76:06:CB:09:63:48:1E:E1:20:F3:A7:
22 EF:2A:4E:74:02:21:00:8E:B7:BB:ED:85:5D:85:1B:54:
23 5E:3C:C5:EC:F2:13:9C:09:D1:0A:01:C2:59:5F:7C:31:
28 3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
36 44:2E:2B:F5:5C:C6:91
H A DembeddedSCTs1.sct3 Log ID : DF:1C:2E:C1:15:00:94:52:47:A9:61:68:32:5D:DC:5C:
4 79:59:E8:F7:C6:D3:88:FC:00:2E:0B:BD:3F:74:D7:64
8 30:45:02:20:55:52:EF:85:00:1E:C7:6A:26:94:59:DB:
9 F8:C7:33:61:38:EF:50:44:CC:49:6E:84:78:02:31:3E:
/openssl/test/recipes/10-test_bn_data/
H A Dbnmod.txt2026 E = 2
2031 E = 6
2036 E = d
2051 E = 2
2056 E = 4
2061 E = 8
2076 E = 3
2081 E = 5
2086 E = e
2101 E = 3
[all …]
H A Dbnexp.txt10 # These test vectors satisfy A ^ E = Exp.
14 E = 2
18 E = 6
22 E = d
26 E = 1a
30 E = 25
/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-onecolumn.pem5 E
155 E
188 E
197 E
235 E
241 E
251 E
418 E
595 E
628 E
[all …]
H A Ddsa-onecolumn.pem5 E
270 E
299 E
350 E
395 E
407 E
488 E
597 E
698 E
741 E
[all …]
/openssl/doc/man3/
H A DX509_check_purpose.pod45 =item E<32>1 if the certificate was created to perform the purpose represented by I<id>
47 =item E<32>0 if the certificate was not created to perform the purpose represented by I<id>
57 =item E<32>0 not a CA or does not have the purpose represented by I<id>
59 =item E<32>1 is a CA.
61 =item E<32>2 Only possible in old versions of openSSL when basicConstraints are absent.
64 =item E<32>3 basicConstraints absent but self signed V1.
66 =item E<32>4 basicConstraints absent but keyUsage present and keyCertSign asserted.
68 =item E<32>5 legacy Netscape specific CA Flags present
H A DBN_set_bit.pod27 BN_set_bit() sets bit B<n> in B<a> to 1 (C<a|=(1E<lt>E<lt>n)>). The
30 BN_clear_bit() sets bit B<n> in B<a> to 0 (C<a&=~(1E<lt>E<lt>n)>). An
36 (C<a&=~((~0)E<lt>E<lt>n)>). An error occurs if B<n> is negative. An error is
/openssl/test/
H A Dsmcont.bin11 …S�MŢ��PΎ�u�P[X&�k� G�0^4���Ƭ=#ᥗZ��Y���A�j��T~@5�0����yQ!�bdO�l�ר�b �E��6W�_ҹk��!��&�Jâ���…
15 ���zE��TXaJ)bn!�����^�m޺F��tn��
19 -�I������16X�S�E�u5O�}*]���^�$g�,�,xHb�������͢)O���Dt�2 ������ܞ+c�#6�*L�2}�N�^���i{� 5�…
20 O�^7]�4�a �zC����1E�g��PJ��音�#L��5�Hܮ���'ͺ$�3�?�}P�&.��xp�k�
22 …�*ח�n7�:�o�A�!��Ya�j:����o�,��"�,k��؟�f�i�pa�Wv����\(�$�q���� ��!�!�3�Y�lo8����FE� �
25 Vzh.�E��»t�6�.XX��RDnH���O��~��΀F�����wI _��u�qw��º��� 3���/��g)XBe����O �F��Iݙ����E{P)Z
26 …C �x/�����g�ġ�|i�8��� 4w�'��ːY���)��W��<��d��;�i���=#��}���"��dR�E��׌>������D�*���*ذx…
30 …�now>�K���m����@BÂh�v�5�A�l=5V�K�u�P T��@X�D�L��fT�*ERI]�3�—�z��qt�'���Vx����&°���EҕsM�…
32E��o�gh`K�$#�9F��Hx#O��WAM<?�8w�)2��6��H;?+��r脌׺�crG[V`��i�B�w�c�)�d$�#��z �V(�u�t�����2�'…
/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl254 mov 16($ctx),$E
691 add 16($ctx),$E
698 mov $E,16($ctx)
721 add 16($ctx),$E
724 mov $E,16($ctx)
918 mov 16($ctx),$E
983 add 16($ctx),$E
1801 pshufd \$0b00011011,$E,$E # flip word order
1810 movdqa $E,$E_SAVE # offload $E
1860 ($E,$E_)=($E_,$E);
[all …]
/openssl/test/ct/
H A Dtls1.sct3 Log ID : DF:1C:2E:C1:15:00:94:52:47:A9:61:68:32:5D:DC:5C:
4 79:59:E8:F7:C6:D3:88:FC:00:2E:0B:BD:3F:74:D7:64
10 E5:E2:3E:06:02:21:00:E4:ED:C0:DB:3A:C5:72:B1:E2:

Completed in 114 milliseconds

1234567