Home
last modified time | relevance | path

Searched refs:F (Results 1 – 25 of 165) sorted by relevance

1234567

/openssl/crypto/sm3/
H A Dsm3.c23 c->F = SM3_F; 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
44 F = ctx->F; 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.h31 ll=(c)->F; (void)HOST_l2c(ll, (s)); \
93 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ argument
99 const SM3_WORD TT2 = GG(E, F, G) + H + SS1 + Wi; \
102 F = ROTATE(F, 19); \
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/crypto/sha/asm/
H A Dsha1-c64xplus.pl102 || AND $C,$B,$F
106 XOR $F0,$F,$F ; F_00_19(B,C,D)
124 || AND $C,$B,$F
128 XOR $F0,$F,$F ; F_00_19(B,C,D)
150 || AND $C,$B,$F
154 XOR $F0,$F,$F ; F_00_19(B,C,D)
187 XOR $F0,$F,$F ; F_00_19(B,C,D)
224 XOR $D,$F,$F ; F_20_39(B,C,D)
259 || XOR $F0,$F,$F
264 XOR $F0,$F,$F ; F_40_59(B,C,D)
[all …]
H A Dsha256-c64xplus.pl96 || LDW *${CTXB}[5],$F
112 || MVD $F,$Fctx
128 || AND $F,$E,$Ch
149 || MV $F,$G ; g = f
153 || MV $E,$F ; f = e
165 || AND $F,$E,$Ch
188 || MV $F,$G ; g = f
190 MV $E,$F ; f = e
219 || AND $F,$E,$Ch
244 || MV $F,$G ; g = f
[all …]
H A Dsha512p8-ppc.pl100 @V=($A,$B,$C,$D,$E,$F,$G,$H)=map("v$_",(0..7));
205 vsldoi $F,$E,$E,4
216 vsldoi $F,$E,$E,8
233 stvx $F,$x50,$offload
263 vaddu${sz}m $F,$F,@X[7]
273 vperm $E,$E,$F,$Ki
284 vperm $E,$E,$F,$Ki
H A Dsha512-s390x.pl70 $F="%r10";
72 $H="%r12"; @V=($A,$B,$C,$D,$E,$F,$G,$H);
278 $LD $F,`5*$SZ`($ctx)
301 $ADD $F,`5*$SZ`($ctx)
309 $ST $F,`5*$SZ`($ctx)
H A Dsha512-armv8.pl100 @V=($A,$B,$C,$D,$E,$F,$G,$H)=map("$reg_t$_",(20..27));
235 ldp $E,$F,[$ctx,#4*$SZ]
268 add $F,$F,@X[5]
273 stp $E,$F,[$ctx,#4*$SZ]
449 my @V = ($A,$B,$C,$D,$E,$F,$G,$H) = map("w$_",(3..10));
670 ldp $E,$F,[$ctx,#16]
714 add $F,$F,$t1
721 stp $E,$F,[$ctx,#16]
H A Dsha256-mb-x86_64.pl323 movdqu 0xa0-0x80($ctx),$F
377 pand $Xn,$F
385 paddd $t2,$F
393 movdqu $F,0xa0-0x80($ctx)
1028 vmovdqu 0xa0-0x80($ctx),$F
1080 vpand $Xn,$F,$F
1088 vpaddd $t2,$F,$F
1096 vmovdqu $F,0xa0-0x80($ctx)
1219 vmovdqu 0xa0-0x80($ctx),$F
1272 vpand $Xn,$F,$F
[all …]
/openssl/util/
H A Dmkpod2html.pl46 open F, "<$opt_o"
51 $contents = <F>;
53 close F;
58 open F, ">$opt_o"
60 print F $contents;
61 close F;
H A Dfind-unused-errs39 for F in `cat $X1` ; do
40 git grep -l --full-name -F $F >$X2
43 if grep -q $F crypto/err/openssl.ec ; then
44 echo Possibly unused $F found in openssl.ec
47 echo $F
49 grep -v -w $F <$FILE >$FILE.new
/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-onecolumn.pem45 F
84 F
120 F
208 F
232 F
284 F
296 F
308 F
315 F
345 F
[all …]
H A Ddsa-onecolumn.pem192 F
215 F
231 F
266 F
283 F
361 F
371 F
382 F
422 F
452 F
[all …]
/openssl/VMS/
H A Dopenssl_ivp.com.in12 $ INSTALLTOP_ = F$PARSE("A.;",INSTALLTOP,,,"NO_CONCEAL") -
14 $ OPENSSLDIR_ = F$PARSE("A.;",OPENSSLDIR,,,"NO_CONCEAL") -
23 $ IF F$SEARCH("OSSL$LIBCRYPTO''pz'") .EQS. "" -
24 .OR. F$SEARCH("OSSL$LIBSSL''pz'") .EQS. "" {- output_off() if $disabled{shared}; "" -}-
25 .OR. F$SEARCH("OSSL$LIBCRYPTO_SHR''pz'") .EQS. "" -
26 … .OR. F$SEARCH("OSSL$LIBSSL_SHR''pz'") .EQS. "" {- output_on() if $disabled{shared}; "" -}-
27 .OR. F$SEARCH("OSSL$INCLUDE:[OPENSSL]crypto.h") .EQS. "" -
28 .OR. F$SEARCH("OPENSSL:crypto.h") .EQS. "" -
29 .OR. F$SEARCH("OSSL$EXE:OPENSSL''v'.EXE") .EQS. ""
H A Dopenssl_startup.com.in53 $ IF F$GETSYI("CPU") .LT. 128
57 $ arch = F$EDIT(F$GETSYI("ARCH_NAME"),"UPCASE")
67 $ INSTALLTOP_ = F$PARSE("A.;",INSTALLTOP,,,"NO_CONCEAL") -
69 $ OPENSSLDIR_ = F$PARSE("A.;",OPENSSLDIR,,,"NO_CONCEAL") -
77 $ IF F$SEARCH("WRK_INSTALLTOP:[000000]INCLUDE.DIR;1") .EQS. "" -
78 .OR. F$SEARCH("WRK_INSTALLTOP:[000000]LIB.DIR;1") .EQS. "" -
79 .OR. F$SEARCH("WRK_INSTALLTOP:[000000]EXE.DIR;1") .EQS. "" -
80 .OR. F$SEARCH("WRK_INSTALLTOP:[LIB]''arch'.DIR;1") .EQS. "" -
81 .OR. F$SEARCH("WRK_INSTALLTOP:[EXE]''arch'.DIR;1") .EQS. "" -
82 .OR. F$SEARCH("WRK_OPENSSLDIR:[000000]openssl.cnf") .EQS. ""
H A Dopenssl_shutdown.com.in19 $ IF F$GETSYI("CPU") .LT. 128
23 $ arch := F$EDIT(F$GETSYI("ARCH_NAME"),"UPCASE")
/openssl/test/certs/
H A DembeddedSCTs3.sct3 Log ID : 68:F6:98:F8:1F:64:82:BE:3A:8C:EE:B9:28:1D:4C:FC:
4 71:51:5D:67:93:D4:44:D1:0A:67:AC:BB:4F:4F:FB:C4
15 Log ID : 56:14:06:9A:2F:D7:C2:EC:D3:F5:E1:BD:44:B2:3E:C7:
23 5E:3C:C5:EC:F2:13:9C:09:D1:0A:01:C2:59:5F:7C:31:
24 19:A1:9D:E1:17:C7:1F
32 30:45:02:20:2B:06:42:0F:D9:71:BD:21:42:A5:F9:C5:
34 0F:3B:6A:74:02:21:00:86:EE:10:F9:10:E6:7B:17:65:
/openssl/test/ct/
H A Dtls1.sct4 79:59:E8:F7:C6:D3:88:FC:00:2E:0B:BD:3F:74:D7:64
8 30:45:02:20:48:2F:67:51:AF:35:DB:A6:54:36:BE:1F:
9 D6:64:0F:3D:BF:9A:41:42:94:95:92:45:30:28:8F:A3:
/openssl/crypto/sha/
H A Dsha512.c611 F = X + 80; in sha512_block_data_order()
627 F[0] = A; in sha512_block_data_order()
628 F[4] = E; in sha512_block_data_order()
629 F[8] = T; in sha512_block_data_order()
630 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order()
632 A = T + Sigma0(A) + Maj(A, F[1], F[2]); in sha512_block_data_order()
638 T += F[8 + 16] + F[8 + 16 - 9]; in sha512_block_data_order()
640 F[0] = A; in sha512_block_data_order()
641 F[4] = E; in sha512_block_data_order()
643 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order()
[all …]
/openssl/test/
H A Dsmcont.bin6 �sO������{1��P�A�\�F�٢]�ɭ�!�!;���n���a�q�PŌ���)M��"C^�^�8�����#�ۚ��(<0��,�b>]�3\ N3f�q�…
11 d$S��e�g�`��T�c,�����F��CS�MŢ��PΎ�u�P[X&�k� G�0^4���Ƭ=#ᥗZ��Y���A�j��T~@5�0����yQ!�bdO�l�ר…
15 ���zE��TXaJ)bn!�����^�m޺F��tn��
21 …7�"�����A�t~r��H�>�l������A� w�hˡAgP�}�U{#�4M}�����I��x3C�h�e�B>�F�4-b�$2AX�H]{ �"�b�悶…
22 …�*ח�n7�:�o�A�!��Ya�j:����o�,��"�,k��؟�f�i�pa�Wv����\(�$�q���� ��!�!�3�Y�lo8����FE� �
24 �7A=٫�jf�$�^�%�F�膋���5Ր�����-I�U�}؇'��9�=����C�����u0U�/`�p1
25 Vzh.�E��»t�6�.XX��RDnH���O��~��΀F�����wI _��u�qw��º��� 3���/��g)XBe����O �F��Iݙ����E{P)Z
26 �����C�Wc��A���^���8U��+����%����'�*��~~D�l���ؓ��בϗ�����:s�t���[��F+z^��Cf��r;P}��i;���k�O<�…
28 ͯ��F���H�N���0�� >�
32 l��3���;T${[��c~V���3�C3��'�zc�مE��o�gh`K�$#�9F��Hx#O��WAM<?�8w�)2��6��H;?+��r脌׺�crG[V`��i�B…
/openssl/doc/man1/
H A Dtsget.pod60 the input files. Default extension is F<.tsr>. (Optional)
139 The examples below presume that F<file1.tsq> and F<file2.tsq> contain valid
144 Get a timestamp response for F<file1.tsq> over HTTP, output is written to
145 F<file1.tsr>:
149 Get a timestamp response for F<file1.tsq> and F<file2.tsq> over HTTP showing
150 progress, output is written to F<file1.reply> and F<file2.reply> respectively:
155 Create a timestamp request, write it to F<file3.tsq>, send it to the server and
156 write the response to F<file3.tsr>:
162 Get a timestamp response for F<file1.tsq> over HTTPS without client
168 Get a timestamp response for F<file1.tsq> over HTTPS with certificate-based
[all …]
H A DCA.pl.pod67 F<newkey.pem> and the request written to the file F<newreq.pem>.
73 F<newkey.pem> and the request written to the file F<newreq.pem>.
87 are created in a directory called F<demoCA> in the current directory.
90 If the F<demoCA> directory already exists then the B<-newca> command will not
99 file F<newcert.pem> and the CA certificate to be in the file F<demoCA/cacert.pem>,
100 it creates a file F<newcert.p12>. This command can thus be called after the
110 request to be in the file F<newreq.pem>. The new certificate is written to the
111 file F<newcert.pem> except in the case of the B<-xsign> option when it is
124 to be present in the file F<newreq.pem>.
141 Verifies certificates against the CA certificate for F<demoCA>. If no
[all …]
/openssl/crypto/sm4/
H A Dsm4.c326 #define SM4_RNDS(k0, k1, k2, k3, F) \ argument
328 B0 ^= F(B1 ^ B2 ^ B3 ^ ks->rk[k0]); \
329 B1 ^= F(B0 ^ B2 ^ B3 ^ ks->rk[k1]); \
330 B2 ^= F(B0 ^ B1 ^ B3 ^ ks->rk[k2]); \
331 B3 ^= F(B0 ^ B1 ^ B2 ^ ks->rk[k3]); \
/openssl/apps/
H A Dprogs.pl36 open F, $filename or die "Couldn't open $filename: $!\n";
37 foreach ( grep /$cmdre/, <F> ) {
41 close F;
/openssl/doc/internal/man7/
H A Dbuild.info.pod69 =head2 F<build.info> files
71 F<build.info> files are meta data files for OpenSSL's built file
153 F<foo.c> and F<details.c>, and that it depends on the library
294 is the F<build.info> file they are in.
322 in scope within the whole F<build.info> file.
363 This instructs the F<build.info> reader to also read the F<build.info>
365 relative to the location of the current F<build.info> file.
508 on the module F<OpenSSL::foo> - a.k.a. F<OpenSSL/foo.pm> - which lives in
509 F<util/perl>, it feasible to have something like this:
632 F<Makefile>; on VMS, this is typically F<descrip.mms>.
[all …]
/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_ssh.txt62 Ctrl.type = type:F
110 Ctrl.type = type:F
158 Ctrl.type = type:F
206 Ctrl.type = type:F
254 Ctrl.type = type:F
302 Ctrl.type = type:F
350 Ctrl.type = type:F
398 Ctrl.type = type:F
446 Ctrl.type = type:F
494 Ctrl.type = type:F
[all …]

Completed in 111 milliseconds

1234567