/openssl-master/crypto/ec/ |
A D | ec_curve.c | 34 EC_CURVE_DATA h; member 66 EC_CURVE_DATA h; member 104 EC_CURVE_DATA h; member 148 EC_CURVE_DATA h; member 206 EC_CURVE_DATA h; member 238 EC_CURVE_DATA h; member 270 EC_CURVE_DATA h; member 308 EC_CURVE_DATA h; member 346 EC_CURVE_DATA h; member 385 EC_CURVE_DATA h; member [all …]
|
A D | curve25519.c | 81 h[0] = 0; in fe64_0() 82 h[1] = 0; in fe64_0() 83 h[2] = 0; in fe64_0() 84 h[3] = 0; in fe64_0() 89 h[0] = 1; in fe64_1() 1885 fe_mul(h->X, h->X, v); in ge_frombytes_vartime() 1886 fe_mul(h->X, h->X, u); /* x = uv^7 */ in ge_frombytes_vartime() 1889 fe_mul(h->X, h->X, v3); in ge_frombytes_vartime() 1900 fe_mul(h->X, h->X, sqrtm1); in ge_frombytes_vartime() 1904 fe_neg(h->X, h->X); in ge_frombytes_vartime() [all …]
|
/openssl-master/ |
A D | build.info | 46 GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in 48 GENERATE[include/openssl/bio.h]=include/openssl/bio.h.in 49 GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in 50 GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in 51 GENERATE[include/openssl/conf.h]=include/openssl/conf.h.in 55 GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in 56 GENERATE[include/openssl/err.h]=include/openssl/err.h.in 57 GENERATE[include/openssl/ess.h]=include/openssl/ess.h.in 65 GENERATE[include/openssl/srp.h]=include/openssl/srp.h.in 66 GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in [all …]
|
/openssl-master/util/ |
A D | fix-includes.sed | 1 s|internal/([a-z0-9_]+)_int\.h|crypto/\1.h|g ; 2 …h|asn1_dsa.h|async.h|bn_conf.h|bn_conf.h|bn_dh.h|bn_srp.h|chacha.h|(aes|des|cmll)_platform.h|ctype… 4 s/_lo?cl\.h/_local.h/g ; 5 s/_int\.h/_local.h/g ; 6 s|openssl/ossl_typ\.h|openssl/types.h|g ;
|
/openssl-master/crypto/err/ |
A D | openssl.ec | 7 L BN include/openssl/bnerr.h crypto/bn/bn_err.c include/cry… 8 L RSA include/openssl/rsaerr.h crypto/rsa/rsa_err.c include/cry… 9 L DH include/openssl/dherr.h crypto/dh/dh_err.c include/cry… 10 L EVP include/openssl/evperr.h crypto/evp/evp_err.c include/cry… 11 …BUF include/openssl/buffererr.h crypto/buffer/buf_err.c include/cryp… 13 L PEM include/openssl/pemerr.h crypto/pem/pem_err.c include/cry… 14 L DSA include/openssl/dsaerr.h crypto/dsa/dsa_err.c include/cry… 15 L X509 include/openssl/x509err.h crypto/x509/x509_err.c include/cry… 16 L ASN1 include/openssl/asn1err.h crypto/asn1/asn1_err.c include/cry… 19 L EC include/openssl/ecerr.h crypto/ec/ec_err.c include/cry… [all …]
|
A D | README.md | 5 `ERR_LIB_XXX`, define a macro `XXXerr()` (both in `err.h`), add its 10 L XXX xxx.h xxx_err.c 14 add all error codes used in the library to `xxx.h`. 28 #include <openssl/bio.h> 29 #include <openssl/x509.h> 42 files `stdio.h`, `openssl/err.h` and `openssl/xxx.h` so the
|
/openssl-master/crypto/sha/ |
A D | sha256.c | 202 a = ctx->h[0]; in sha256_block_data_order() 203 b = ctx->h[1]; in sha256_block_data_order() 204 c = ctx->h[2]; in sha256_block_data_order() 205 d = ctx->h[3]; in sha256_block_data_order() 206 e = ctx->h[4]; in sha256_block_data_order() 209 h = ctx->h[7]; in sha256_block_data_order() 216 h = g; in sha256_block_data_order() 235 h = g; in sha256_block_data_order() 252 ctx->h[7] += h; in sha256_block_data_order() 288 h = ctx->h[7]; in sha256_block_data_order() [all …]
|
A D | sha512.c | 608 A = ctx->h[0]; in sha512_block_data_order() 612 E = ctx->h[4]; in sha512_block_data_order() 669 a = ctx->h[0]; in sha512_block_data_order() 670 b = ctx->h[1]; in sha512_block_data_order() 671 c = ctx->h[2]; in sha512_block_data_order() 676 h = ctx->h[7]; in sha512_block_data_order() 686 h = g; in sha512_block_data_order() 705 h = g; in sha512_block_data_order() 722 ctx->h[7] += h; in sha512_block_data_order() 757 h = ctx->h[7]; in sha512_block_data_order() [all …]
|
/openssl-master/providers/ |
A D | fips.module.sources | 4 crypto/aes/aes_local.h 83 crypto/bn/bn_local.h 90 crypto/bn/bn_prime.h 99 crypto/bn/rsaz_exp.h 118 crypto/des/spr.h 126 crypto/dh/dh_local.h 171 crypto/ec/ec_local.h 338 e_os.h 341 include/crypto/bn.h 347 include/crypto/dh.h [all …]
|
A D | fips-sources.checksums | 4 c1e674d08683a25bc053f6233f73a0d0b3a90aafe591ff57b702c7da1582e4a5 crypto/aes/aes_local.h 83 64bce599181c45d999f0c5bda9ce36b2820f0e91ec6590cc8cba77e2760f8287 crypto/bn/bn_local.h 90 c56ad3073108a0de21c5820a48beae2bccdbf5aa8075ec21738878222eb9adc3 crypto/bn/bn_prime.h 99 affabb87861653b216e746d6c2fce5c2ac395b0ca570d439508e9f5e102ee340 crypto/bn/rsaz_exp.h 118 8344811b14d151f6cd40a7bc45c8f4a1106252b119c1d5e6a589a023f39b107d crypto/des/spr.h 126 8300775d88db0a1aa26a77eb49d6c4f7252e7fee69e1440de4c40edadc9da044 crypto/dh/dh_local.h 171 a8a4690e42b4af60aad822aa8b16196df337906af53ea4db926707f7b596ff27 crypto/ec/ec_local.h 338 d13560a5f8a66d7b956d54cd6bf24eade529d686992d243bfb312376a57b475e e_os.h 341 8ce1b35c6924555ef316c7c51d6c27656869e6da7f513f45b7a7051579e3e54d include/crypto/bn.h 347 830da1513661794e979f7cca2bba1792224e3b3d20d4f10f6f5c6566d9b7e723 include/crypto/dh.h [all …]
|
/openssl-master/test/ |
A D | lhash_test.c | 98 if (!TEST_ptr(h)) in test_int_lhash() 129 if (!TEST_ptr(p = lh_int_insert(h, &j))) in test_int_lhash() 139 lh_int_doall(h, &int_doall); in test_int_lhash() 153 lh_int_doall_short(h, int_doall_arg, int_found); in test_int_lhash() 174 if (!TEST_int_eq(lh_int_error(h), 0)) in test_int_lhash() 179 lh_int_free(h); in test_int_lhash() 195 if (!TEST_ptr(h)) in test_stress() 206 lh_int_insert(h, p); in test_stress() 210 if (!TEST_int_eq(lh_int_num_items(h), n)) in test_stress() 222 if (!TEST_ptr(p = lh_int_delete(h, &j))) { in test_stress() [all …]
|
/openssl-master/crypto/poly1305/ |
A D | poly1305.c | 103 u64 h[3]; member 138 st->h[0] = 0; in poly1305_init() 139 st->h[1] = 0; in poly1305_init() 140 st->h[2] = 0; in poly1305_init() 161 h0 = st->h[0]; in poly1305_blocks() 258 u32 h[5]; member 276 st->h[0] = 0; in poly1305_init() 277 st->h[1] = 0; in poly1305_init() 278 st->h[2] = 0; in poly1305_init() 279 st->h[3] = 0; in poly1305_init() [all …]
|
A D | poly1305_base2_44.c | 24 u64 h[3]; member 63 st->h[0] = 0; in poly1305_init() 64 st->h[1] = 0; in poly1305_init() 65 st->h[2] = 0; in poly1305_init() 98 h0 = st->h[0]; in poly1305_blocks() 99 h1 = st->h[1]; in poly1305_blocks() 100 h2 = st->h[2]; in poly1305_blocks() 130 st->h[0] = h0; in poly1305_blocks() 131 st->h[1] = h1; in poly1305_blocks() 132 st->h[2] = h2; in poly1305_blocks() [all …]
|
A D | poly1305_ieee754.c | 90 elem64 h[4]; member 117 st->h[0].d = TWO(52)*TWO0; in poly1305_init() 118 st->h[1].d = TWO(52)*TWO32; in poly1305_init() 119 st->h[2].d = TWO(52)*TWO64; in poly1305_init() 120 st->h[3].d = TWO(52)*TWO96; in poly1305_init() 122 st->h[0].u = EXP(52+0); in poly1305_init() 123 st->h[1].u = EXP(52+32); in poly1305_init() 124 st->h[2].u = EXP(52+64); in poly1305_init() 125 st->h[3].u = EXP(52+96); in poly1305_init() 409 st->h[1].d = x1 + TWO(52)*TWO32; in poly1305_blocks() [all …]
|
/openssl-master/crypto/bn/ |
A D | bn_local.h | 574 ht=h; \ 584 (h)=ht; \ 591 h=(in); \ 592 l=LBITS(h); \ 593 h=HBITS(h); \ 596 h*=h; \ 601 (ho)=h; \ 607 h= (a); \ 609 h=HBITS(h); \ 623 h= (a); \ [all …]
|
/openssl-master/providers/common/der/ |
A D | build.info | 4 $DER_DIGESTS_H=$INCDIR/der_digests.h 15 $DER_RSA_H=$INCDIR/der_rsa.h 26 GENERATE[$DER_RSA_H]=$INCDIR/der_rsa.h.in 31 $DER_DSA_H=$INCDIR/der_dsa.h 40 GENERATE[$DER_DSA_H]=$INCDIR/der_dsa.h.in 46 $DER_EC_H=$INCDIR/der_ec.h 55 GENERATE[$DER_EC_H]=$INCDIR/der_ec.h.in 61 $DER_ECX_H=$INCDIR/der_ecx.h 70 GENERATE[$DER_ECX_H]=$INCDIR/der_ecx.h.in 75 $DER_WRAP_H=$INCDIR/der_wrap.h [all …]
|
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_aes_cbc_hmac_sha256_hw.c | 192 mctx->A[i] = sctx->md.h[0]; in tls1_multi_block_encrypt() 193 mctx->B[i] = sctx->md.h[1]; in tls1_multi_block_encrypt() 194 mctx->C[i] = sctx->md.h[2]; in tls1_multi_block_encrypt() 195 mctx->D[i] = sctx->md.h[3]; in tls1_multi_block_encrypt() 196 mctx->E[i] = sctx->md.h[4]; in tls1_multi_block_encrypt() 197 mctx->F[i] = sctx->md.h[5]; in tls1_multi_block_encrypt() 198 mctx->G[i] = sctx->md.h[6]; in tls1_multi_block_encrypt() 199 mctx->H[i] = sctx->md.h[7]; in tls1_multi_block_encrypt() 300 mctx->A[i] = sctx->tail.h[0]; in tls1_multi_block_encrypt() 302 mctx->B[i] = sctx->tail.h[1]; in tls1_multi_block_encrypt() [all …]
|
/openssl-master/crypto/evp/ |
A D | e_aes_cbc_hmac_sha256.c | 220 ctx->A[i] = key->md.h[0]; in tls1_1_multi_block_encrypt() 221 ctx->B[i] = key->md.h[1]; in tls1_1_multi_block_encrypt() 222 ctx->C[i] = key->md.h[2]; in tls1_1_multi_block_encrypt() 223 ctx->D[i] = key->md.h[3]; in tls1_1_multi_block_encrypt() 224 ctx->E[i] = key->md.h[4]; in tls1_1_multi_block_encrypt() 225 ctx->F[i] = key->md.h[5]; in tls1_1_multi_block_encrypt() 226 ctx->G[i] = key->md.h[6]; in tls1_1_multi_block_encrypt() 227 ctx->H[i] = key->md.h[7]; in tls1_1_multi_block_encrypt() 328 ctx->A[i] = key->tail.h[0]; in tls1_1_multi_block_encrypt() 330 ctx->B[i] = key->tail.h[1]; in tls1_1_multi_block_encrypt() [all …]
|
/openssl-master/crypto/sha/asm/ |
A D | sha512-armv8.pl | 138 add $h,$h,$t2 // h+=K[i] 142 add $h,$h,@X[$i&15] // h+=X[i] 147 add $h,$h,$t1 // h+=Ch(e,f,g) 149 add $h,$h,$t0 // h+=Sigma1(e) 154 add $h,$h,$t3 // h+=Maj(a,b,c) 160 add $h,$h,$t2 // h+=K[i] 166 add $h,$h,@X[$i&15] // h+=X[i] 173 add $h,$h,$t1 // h+=Ch(e,f,g) 177 add $h,$h,$t0 // h+=Sigma1(e) 183 add $h,$h,$t3 // h+=Maj(a,b,c) [all …]
|
A D | sha512-mips.pl | 208 xor $h,$tmp1 221 xor $h,$tmp1 223 xor $h,$tmp0 225 xor $h,$tmp1 227 xor $h,$tmp0 237 xor $h,$tmp1 239 xor $h,$tmp0 241 xor $h,$tmp1 243 xor $h,$tmp0 249 $ADDU $h,$tmp0 [all …]
|
A D | sha512-sparcv9.pl | 239 xor $tmp1,$h,$h 241 xor $tmp0,$h,$h 243 xor $tmp1,$h,$h 245 xor $tmp0,$h,$h 255 xor $tmp1,$h,$h 257 xor $tmp0,$h,$h 259 xor $tmp1,$h,$h 261 xor $tmp0,$h,$h 262 xor $tmp1,$h,$h ! Sigma0(a) 269 add $tmp1,$h,$h [all …]
|
/openssl-master/test/recipes/04-test_pem_reading_data/ |
A D | dsa-onecolumn.pem | 64 h 97 h 203 h 206 h 223 h 238 h 243 h 322 h 436 h 502 h [all …]
|
A D | cert-onecolumn.pem | 34 h 57 h 77 h 217 h 248 h 325 h 373 h 447 h 467 h 497 h [all …]
|
/openssl-master/crypto/ |
A D | bsearch.c | 18 int l, h, i = 0, c = 0; in ossl_bsearch() local 24 h = num; in ossl_bsearch() 25 while (l < h) { in ossl_bsearch() 26 i = (l + h) / 2; in ossl_bsearch() 30 h = i; in ossl_bsearch()
|
A D | cryptlib.c | 40 HWINSTA h; in OPENSSL_isservice() local 65 h = GetProcessWindowStation(); in OPENSSL_isservice() 66 if (h == NULL) in OPENSSL_isservice() 69 if (GetUserObjectInformationW(h, UOI_NAME, NULL, 0, &len) || in OPENSSL_isservice() 77 if (!GetUserObjectInformationW(h, UOI_NAME, name, len, &len)) in OPENSSL_isservice() 118 HANDLE h; in OPENSSL_showfatal() local 120 if ((h = GetStdHandle(STD_ERROR_HANDLE)) != NULL && in OPENSSL_showfatal() 121 GetFileType(h) != FILE_TYPE_UNKNOWN) { in OPENSSL_showfatal() 128 WriteFile(h, buf, len < 0 ? sizeof(buf) : (DWORD) len, &out, NULL); in OPENSSL_showfatal()
|