/openssl/test/recipes/10-test_bn_data/ |
H A D | bnsum.txt | 14 B = 0 18 B = 0 22 B = 0 430 B = 1 434 B = 1 438 B = 2 442 B = 5 1030 B = 1 1034 B = 1 1038 B = 1 [all …]
|
H A D | bngcd.txt | 14 B = 0 19 B = 0 24 B = 1 34 B = 0 41 B = 3 45 B = 5 49 B = 7 53 B = 9 57 B = f 61 B = 11 [all …]
|
H A D | bnmul.txt | 531 B = -1 535 B = 2 539 B = -4 543 B = d 547 B = -1d 551 B = 39 555 B = -72 559 B = ad 567 B = 2e3 575 B = eac [all …]
|
H A D | bnmod.txt | 1515 B = 6b49179821 1540 B = 3a56a22a28 1565 B = c84681fc87 1590 B = 564b0a3339 1615 B = 997b29ef79 1640 B = 7a10d36b80 1665 B = 668bb65b4e 1690 B = dd0b4e318e 1715 B = 2e0aee014d 1740 B = 3369537903 [all …]
|
/openssl/crypto/bn/ |
H A D | README.pod | 94 B<0>, the B<d> field can be B<NULL> and B<top> == B<0>. 113 bn_mul_words(B<rp>, B<ap>, B<num>, B<w>) operates on the B<num> word 117 bn_mul_add_words(B<rp>, B<ap>, B<num>, B<w>) operates on the B<num> 122 B<ap> and the 2*B<num> word array B<ap>. It computes B<ap> * B<ap> 157 bn_mul_normal(B<r>, B<a>, B<na>, B<b>, B<nb>) operates on the B<na> 165 bn_mul_recursive(B<r>, B<a>, B<b>, B<n2>, B<dna>, B<dnb>, B<t>) operates 166 on the word arrays B<a> and B<b> of length B<n2>+B<dna> and B<n2>+B<dnb> 171 bn_mul_part_recursive(B<r>, B<a>, B<b>, B<n>, B<tna>, B<tnb>, B<tmp>) 173 B<n>+B<tnb> and the 4*B<n> word arrays B<r> and B<tmp>. 193 mul(B<r>, B<a>, B<w>, B<c>) computes B<w>*B<a>+B<c> and places the [all …]
|
/openssl/crypto/sha/ |
H A D | keccak1600.c | 721 C[1] = A[1][1] = B[1] ^ (~B[2] & B[3]); in FourRounds() 722 C[2] = A[2][2] = B[2] ^ (~B[3] & B[4]); in FourRounds() 723 C[3] = A[3][3] = B[3] ^ (~B[4] & B[0]); in FourRounds() 724 C[4] = A[4][4] = B[4] ^ (~B[0] & B[1]); in FourRounds() 788 C[1] = A[3][1] = B[1] ^ (~B[2] & B[3]); in FourRounds() 789 C[2] = A[1][2] = B[2] ^ (~B[3] & B[4]); in FourRounds() 790 C[3] = A[4][3] = B[3] ^ (~B[4] & B[0]); in FourRounds() 791 C[4] = A[2][4] = B[4] ^ (~B[0] & B[1]); in FourRounds() 855 C[1] = A[2][1] = B[1] ^ (~B[2] & B[3]); in FourRounds() 856 C[2] = A[4][2] = B[2] ^ (~B[3] & B[4]); in FourRounds() [all …]
|
/openssl/crypto/ripemd/ |
H A D | rmd_dgst.c | 31 c->B = RIPEMD160_B; in RIPEMD160_Init() 60 B = ctx->B; 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() 183 b = B; in ripemd160_block_data_order() 189 B = ctx->B; in ripemd160_block_data_order() 279 D = ctx->B + c + D; in ripemd160_block_data_order() 280 ctx->B = ctx->C + d + E; in ripemd160_block_data_order() [all …]
|
/openssl/crypto/md5/ |
H A D | md5_dgst.c | 33 c->B = INIT_DATA_B; in MD5_Init() 46 register unsigned MD32_REG_T A, B, C, D, l; in md5_block_data_order() local 58 B = c->B; in md5_block_data_order() 68 R0(A, B, C, D, X(0), 7, 0xd76aa478L); in md5_block_data_order() 71 R0(D, A, B, C, X(1), 12, 0xe8c7b756L); in md5_block_data_order() 74 R0(C, D, A, B, X(2), 17, 0x242070dbL); in md5_block_data_order() 77 R0(B, C, D, A, X(3), 22, 0xc1bdceeeL); in md5_block_data_order() 80 R0(A, B, C, D, X(4), 7, 0xf57c0fafL); in md5_block_data_order() 92 R0(A, B, C, D, X(8), 7, 0x698098d8L); in md5_block_data_order() 113 R1(A, B, C, D, X(1), 5, 0xf61e2562L); in md5_block_data_order() [all …]
|
/openssl/doc/man1/ |
H A D | openssl.pod | 16 B<openssl> B<-help> | B<-version> 409 =item B<aes128>, B<aes-128-cbc>, B<aes-128-cfb>, B<aes-128-ctr>, B<aes-128-ecb>, B<aes-128-ofb> 437 =item B<bf>, B<bf-cbc>, B<bf-cfb>, B<bf-ecb>, B<bf-ofb> 465 =item B<des>, B<des-cbc>, B<des-cfb>, B<des-ecb>, B<des-ede>, B<des-ede-cbc>, B<des-ede-cfb>, B<des… 469 =item B<des3>, B<desx>, B<des-ede3>, B<des-ede3-cbc>, B<des-ede3-cfb>, B<des-ede3-ofb> 473 =item B<idea>, B<idea-cbc>, B<idea-cfb>, B<idea-ecb>, B<idea-ofb> 477 =item B<rc2>, B<rc2-cbc>, B<rc2-cfb>, B<rc2-ecb>, B<rc2-ofb> 485 =item B<rc5>, B<rc5-cbc>, B<rc5-cfb>, B<rc5-ecb>, B<rc5-ofb> 489 =item B<seed>, B<seed-cbc>, B<seed-cfb>, B<seed-ecb>, B<seed-ofb> 493 =item B<sm4>, B<sm4-cbc>, B<sm4-cfb>, B<sm4-ctr>, B<sm4-ecb>, B<sm4-ofb> [all …]
|
H A D | openssl-crl.pod.in | 10 B<openssl> B<crl> 11 [B<-help>] 12 [B<-inform> B<DER>|B<PEM>] 13 [B<-outform> B<DER>|B<PEM>] 15 [B<-keyform> B<DER>|B<PEM>|B<P12>] 17 [B<-text>] 23 [B<-noout>] 24 [B<-hash>] 47 =item B<-inform> B<DER>|B<PEM> 52 =item B<-outform> B<DER>|B<PEM> [all …]
|
H A D | openssl-rsa.pod.in | 14 B<openssl> B<rsa> 15 [B<-help>] 16 [B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE>] 17 [B<-outform> B<DER>|B<PEM>] 31 [B<-des>] 32 [B<-des3>] 61 =item B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE> 66 =item B<-outform> B<DER>|B<PEM> 82 =item B<-passin> I<arg>, B<-passout> I<arg> 95 …em B<-aes128>, B<-aes192>, B<-aes256>, B<-aria128>, B<-aria192>, B<-aria256>, B<-camellia128>, B<-… [all …]
|
H A D | openssl-dsa.pod.in | 14 B<openssl> B<dsa> 15 [B<-help>] 16 [B<-inform> B<DER>|B<PEM>] 17 [B<-outform> B<DER>|B<PEM>] 31 [B<-des>] 32 [B<-des3>] 33 [B<-idea>] 59 =item B<-inform> B<DER>|B<PEM> 64 =item B<-outform> B<DER>|B<PEM> 88 =item B<-passin> I<arg>, B<-passout> I<arg> [all …]
|
H A D | openssl-s_server.pod.in | 10 B<openssl> B<s_server> 23 [B<-certform> B<DER>|B<PEM>|B<P12>] 29 [B<-keyform> B<DER>|B<PEM>|B<P12>|B<ENGINE>] 32 [B<-dcertform> B<DER>|B<PEM>|B<P12>] 35 [B<-dkeyform> B<DER>|B<PEM>|B<P12>|B<ENGINE>] 59 [B<-CRLform> B<DER>|B<PEM>] 226 =item B<-certform> B<DER>|B<PEM>|B<P12> 261 =item B<-keyform> B<DER>|B<PEM>|B<P12>|B<ENGINE> 290 =item B<-dcertform> B<DER>|B<PEM>|B<P12> 295 =item B<-dkeyform> B<DER>|B<PEM>|B<P12>|B<ENGINE> [all …]
|
H A D | openssl-genrsa.pod.in | 10 B<openssl> B<genrsa> 11 [B<-help>] 14 [B<-aes128>] 23 [B<-des>] 24 [B<-des3>] 25 [B<-idea>] 26 [B<-F4>] 27 [B<-f4>] 28 [B<-3>] 59 …em B<-aes128>, B<-aes192>, B<-aes256>, B<-aria128>, B<-aria192>, B<-aria256>, B<-camellia128>, B<-… [all …]
|
H A D | openssl-x509.pod.in | 10 B<openssl> B<x509> 18 [B<-inform> B<DER>|B<PEM>] 21 [B<-keyform> B<DER>|B<PEM>|B<P12>|B<ENGINE>] 24 [B<-outform> B<DER>|B<PEM>] 72 [B<-CAform> B<DER>|B<PEM>|B<P12>] 74 [B<-CAkeyform> B<DER>|B<PEM>|B<P12>|B<ENGINE>] 165 =item B<-inform> B<DER>|B<PEM> 195 =item B<-keyform> B<DER>|B<PEM>|B<P12>|B<ENGINE> 204 =item B<-outform> B<DER>|B<PEM> 528 =item B<-CAform> B<DER>|B<PEM>|B<P12>, [all …]
|
H A D | openssl-cms.pod.in | 10 B<openssl> B<cms> 41 [B<-inform> B<DER>|B<PEM>|B<SMIME>] 42 [B<-outform> B<DER>|B<PEM>|B<SMIME>] 43 [B<-rctform> B<DER>|B<PEM>|B<SMIME>] 59 [B<-keyform> B<DER>|B<PEM>|B<P12>|B<ENGINE>] 268 =item B<-inform> B<DER>|B<PEM>|B<SMIME> 274 =item B<-outform> B<DER>|B<PEM>|B<SMIME> 280 =item B<-rctform> B<DER>|B<PEM>|B<SMIME> 368 =item B<-keyform> B<DER>|B<PEM>|B<P12>|B<ENGINE> 427 =item B<-aes128-wrap>, B<-aes192-wrap>, B<-aes256-wrap>, B<-des3-wrap> [all …]
|
H A D | openssl-passwd.pod.in | 11 [B<-help>] 12 [B<-1>] 13 [B<-apr1>] 14 [B<-aixmd5>] 15 [B<-5>] 16 [B<-6>] 19 [B<-stdin>] 21 [B<-quiet>] 22 [B<-table>] 23 [B<-reverse>] [all …]
|
H A D | openssl-namedisplay-options.pod | 9 B<openssl> 39 It is equivalent to B<esc_2253>, B<esc_ctrl>, B<esc_msb>, B<utf8>, 40 B<dump_nostr>, B<dump_unknown>, B<dump_der>, B<sep_comma_plus>, B<dn_rev> 41 and B<sname>. 47 It is equivalent to B<esc_2253>, B<esc_ctrl>, B<esc_msb>, B<utf8>, 48 B<dump_nostr>, B<dump_der>, B<use_quote>, B<sep_comma_plus_space>, 49 B<space_eq> and B<sname> options. 54 It is equivalent to B<esc_ctrl>, B<esc_msb>, B<sep_multiline>, B<space_eq>, 55 B<lname> and B<align>. 130 =item B<sep_comma_plus>, B<sep_comma_plus_space>, B<sep_semi_plus_space>, [all …]
|
H A D | openssl-srp.pod.in | 10 B<openssl srp> 11 [B<-help>] 12 [B<-verbose>] 13 [B<-add>] 14 [B<-modify>] 15 [B<-delete>] 16 [B<-list>] 31 password) file. At most one of the B<-add>, B<-modify>, B<-delete>, and B<-list> 77 =item B<-gn> 79 Specifies the B<g> and B<N> values, using one of [all …]
|
/openssl/crypto/md4/ |
H A D | md4_dgst.c | 33 c->B = INIT_DATA_B; in MD4_Init() 58 B = c->B; in md4_block_data_order() 68 R0(A, B, C, D, X(0), 3, 0); in md4_block_data_order() 71 R0(D, A, B, C, X(1), 7, 0); in md4_block_data_order() 74 R0(C, D, A, B, X(2), 11, 0); in md4_block_data_order() 77 R0(B, C, D, A, X(3), 19, 0); in md4_block_data_order() 80 R0(A, B, C, D, X(4), 3, 0); in md4_block_data_order() 83 R0(D, A, B, C, X(5), 7, 0); in md4_block_data_order() 92 R0(A, B, C, D, X(8), 3, 0); in md4_block_data_order() 95 R0(D, A, B, C, X(9), 7, 0); in md4_block_data_order() [all …]
|
/openssl/doc/man3/ |
H A D | SSL_CONF_cmd.pod | 122 B<algorithm> is one of B<RSA>, B<DSA> or B<ECDSA> and 165 B<P-521>, B<X25519>, B<X448>, B<ffdhe2048>, B<ffdhe3072>, B<ffdhe4096>, 221 B<TLSv1.2>, B<TLSv1.3> for TLS; B<DTLSv1>, B<DTLSv1.2> for DTLS, and B<None> 281 =item B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2>, B<-no_tls1_3> 344 =item B<ChainCAFile>, B<ChainCAPath>, B<VerifyCAFile>, B<VerifyCAPath> 391 B<algorithm> is one of B<RSA>, B<DSA> or B<ECDSA> and B<hash> is a supported 392 algorithm OID short name such as B<SHA1>, B<SHA224>, B<SHA256>, B<SHA384> 437 B<X25519>, B<X448>, B<ffdhe2048>, B<ffdhe3072>, B<ffdhe4096>, B<ffdhe6144>, 449 B<TLSv1.2>, B<TLSv1.3>, B<DTLSv1> and B<DTLSv1.2>. 461 B<TLSv1.2>, B<TLSv1.3>, B<DTLSv1> and B<DTLSv1.2>. [all …]
|
H A D | ASN1_generate_nconf.pod | 54 should be B<TRUE> or B<FALSE>. Additionally B<TRUE>, B<true>, B<Y>, 55 B<y>, B<YES>, B<yes>, B<FALSE>, B<false>, B<N>, B<n>, B<NO> and B<no> 62 =item B<INTEGER>, B<INT> 74 =item B<OBJECT>, B<OID> 104 =item B<UNIVERSALSTRING>, B<UNIV>, B<IA5>, B<IA5STRING>, B<UTF8>, 105 B<UTF8String>, B<BMP>, B<BMPSTRING>, B<VISIBLESTRING>, 106 B<VISIBLE>, B<PRINTABLESTRING>, B<PRINTABLE>, B<T61>, 107 B<T61STRING>, B<TELETEXSTRING>, B<GeneralString>, B<NUMERICSTRING>, 113 =item B<SEQUENCE>, B<SEQ>, B<SET> 138 By following the number with B<U>, B<A>, B<P> or B<C> UNIVERSAL, [all …]
|
H A D | ASN1_aux_cb.pod | 78 offset into the B<ASN1_VALUE> structure where a B<CRYPTO_REF_COUNT> may be 84 offset into the B<ASN1_VALUE> structure where a B<CRYPTO_RWLOCK> may be 117 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure 124 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure 130 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure 138 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure 143 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure 148 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure 153 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure 158 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure [all …]
|
/openssl/crypto/ripemd/asm/ |
H A D | rmd-586.pl | 24 $B="esi"; 84 local(%n)=($A,$E,$B,$A,$C,$B,$D,$C,$E,$D); 328 &mov($B, &DWP( 4,$tmp2,"",0)); 360 &RIP1($E,$A,$B,$C,$D,$wl[ 1],$sl[ 1],0); 361 &RIP1($D,$E,$A,$B,$C,$wl[ 2],$sl[ 2],0); 447 &mov(&swtmp(16+1), $B); 449 &mov($B, &DWP( 4,$tmp2,"",0)); 560 &add($B, $tmp1); 562 &add($B, $tmp1); 575 &mov(&DWP(12,$tmp2,"",0), $B); [all …]
|
/openssl/crypto/md5/asm/ |
H A D | md5-586.pl | 29 $B="ebx"; 53 local(%n)=($A,$D,$B,$A,$C,$B,$D,$C); 206 &mov($B, &DWP( 4,$tmp1,"",0)); 214 &R0(-2,$A,$B,$C,$D,$X, 0, 7,0xd76aa478); 215 &R0( 0,$D,$A,$B,$C,$X, 1,12,0xe8c7b756); 216 &R0( 0,$C,$D,$A,$B,$X, 2,17,0x242070db); 217 &R0( 0,$B,$C,$D,$A,$X, 3,22,0xc1bdceee); 218 &R0( 0,$A,$B,$C,$D,$X, 4, 7,0xf57c0faf); 219 &R0( 0,$D,$A,$B,$C,$X, 5,12,0x4787c62a); 294 &add($B,$tmp1); [all …]
|