/third_party/openssl/crypto/ec/ |
D | ecx_s390x.c | 86 } x25519; in s390x_x25519_mul() member 93 s390x_flip_endian32(param.x25519.u_src, u_src); in s390x_x25519_mul() 94 param.x25519.u_src[0] &= 0x7f; in s390x_x25519_mul() 95 s390x_x25519_mod_p(param.x25519.u_src); in s390x_x25519_mul() 97 s390x_flip_endian32(param.x25519.d_src, d_src); in s390x_x25519_mul() 98 param.x25519.d_src[31] &= 248; in s390x_x25519_mul() 99 param.x25519.d_src[0] &= 127; in s390x_x25519_mul() 100 param.x25519.d_src[0] |= 64; in s390x_x25519_mul() 102 rc = s390x_pcc(S390X_SCALAR_MULTIPLY_X25519, ¶m.x25519) ? 0 : 1; in s390x_x25519_mul() 104 s390x_flip_endian32(u_dst, param.x25519.u_dst); in s390x_x25519_mul() [all …]
|
D | build.info | 6 $ECASM_x86_64=ecp_nistz256.c ecp_nistz256-x86_64.s x25519-x86_64.s 33 $ECASM_ppc64=ecp_nistz256.c ecp_ppc.c ecp_nistz256-ppc64.s x25519-ppc64.s 104 GENERATE[x25519-x86_64.s]=asm/x25519-x86_64.pl 105 GENERATE[x25519-ppc64.s]=asm/x25519-ppc64.pl
|
/third_party/openssl/providers/ |
D | encoders.inc | 62 ENCODER_TEXT("X25519", x25519, yes), 184 ENCODER_w_structure("X25519", x25519, yes, der, EncryptedPrivateKeyInfo), 185 ENCODER_w_structure("X25519", x25519, yes, pem, EncryptedPrivateKeyInfo), 186 ENCODER_w_structure("X25519", x25519, yes, der, PrivateKeyInfo), 187 ENCODER_w_structure("X25519", x25519, yes, pem, PrivateKeyInfo), 188 ENCODER_w_structure("X25519", x25519, yes, der, SubjectPublicKeyInfo), 189 ENCODER_w_structure("X25519", x25519, yes, pem, SubjectPublicKeyInfo),
|
D | decoders.inc | 65 DECODER_w_structure("X25519", der, PrivateKeyInfo, x25519, yes), 66 DECODER_w_structure("X25519", der, SubjectPublicKeyInfo, x25519, yes),
|
D | fips.module.sources | 143 crypto/ec/asm/x25519-ppc64.pl 144 crypto/ec/asm/x25519-x86_64.pl
|
D | fips-sources.checksums | 143 cc727533130f5f1a29229929b3d4e8454585d647be25d6344f3c6a0240998368 crypto/ec/asm/x25519-ppc64.pl 144 ee897e230964511baa0d1bf95fb938312407a40a88ebe01476879c2763e5f732 crypto/ec/asm/x25519-x86_64.pl
|
/third_party/mbedtls/3rdparty/everest/ |
D | Makefile.inc | 5 ../3rdparty/everest/library/x25519.o \
|
D | CMakeLists.txt | 3 library/x25519.c
|
/third_party/openssl/providers/implementations/encode_decode/ |
D | encode_key2any.c | 1408 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, EncryptedPrivateKeyInfo, der); 1409 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, EncryptedPrivateKeyInfo, pem); 1410 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, PrivateKeyInfo, der); 1411 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, PrivateKeyInfo, pem); 1412 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, SubjectPublicKeyInfo, der); 1413 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, SubjectPublicKeyInfo, pem);
|
D | decode_der2key.c | 775 MAKE_DECODER("X25519", x25519, ecx, PrivateKeyInfo); 776 MAKE_DECODER("X25519", x25519, ecx, SubjectPublicKeyInfo);
|
D | encode_key2text.c | 885 MAKE_TEXT_ENCODER(x25519, ecx);
|
/third_party/mbedtls/docs/architecture/ |
D | tls13-support.md | 89 curves are by default ordered as follows: `x25519`, `secp256r1`, 93 curve `x25519`. The MVP would, however, rather keep the preference order 96 In the unlikely event a server does not support curve `x25519` but does 109 secp256r1, x25519, secp384r1 and secp521r1.
|
/third_party/openssl/doc/man7/ |
D | EVP_PKEY-X25519.pod | 29 This is only supported by X25519 and X448. The group name must be "x25519" or
|
/third_party/openssl/providers/implementations/keymgmt/ |
D | ecx_kmgmt.c | 820 MAKE_KEYMGMT_FUNCTIONS(x25519)
|
/third_party/openssl/ |
D | BUILD.gn | 110 "${openssl_selected_platform_full_path}/crypto/ec/x25519-x86_64.s", 159 "${openssl_selected_platform_full_path}/crypto/ec/x25519-x86_64.s", 193 "${openssl_selected_platform_full_path}/crypto/ec/x25519-x86_64.s",
|
D | CHANGES.md | 3944 * Change the ECC default curve list to be this, in order: x25519,
|
/third_party/node/test/fixtures/keys/ |
D | Makefile | 723 openssl genpkey -algorithm x25519 -out x25519_private.pem
|
/third_party/node/doc/api/ |
D | crypto.md | 1261 description: Added support for `'x25519'` and `'x448'`. 1276 * `'x25519'` (OID 1.3.101.110) 2132 (for Diffie-Hellman), `'ec'` (for ECDH), `'x448'`, or `'x25519'` (for ECDH-ES). 2154 `'x25519'`, `'x448'`, or `'dh'`. 2224 `'x25519'`, `'x448'`, or `'dh'`.
|
/third_party/mbedtls/ |
D | ChangeLog | 867 "x25519" and "x448". These curves support ECDH but not ECDSA. If you need
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V12.md | 2909 * [[`7ae23abc01`](https://github.com/nodejs/node/commit/7ae23abc01)] - **test**: move x25519 keypai… 2935 * [[`686cb13f78`](https://github.com/nodejs/node/commit/686cb13f78)] - **test**: move x25519 keypai…
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_third_party | 5001 FILE: ../../../third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S
|