Home
last modified time | relevance | path

Searched refs:x25519 (Results 1 – 21 of 21) sorted by relevance

/third_party/openssl/crypto/ec/
Decx_s390x.c86 } 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, &param.x25519) ? 0 : 1; in s390x_x25519_mul()
104 s390x_flip_endian32(u_dst, param.x25519.u_dst); in s390x_x25519_mul()
[all …]
Dbuild.info6 $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/
Dencoders.inc62 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),
Ddecoders.inc65 DECODER_w_structure("X25519", der, PrivateKeyInfo, x25519, yes),
66 DECODER_w_structure("X25519", der, SubjectPublicKeyInfo, x25519, yes),
Dfips.module.sources143 crypto/ec/asm/x25519-ppc64.pl
144 crypto/ec/asm/x25519-x86_64.pl
Dfips-sources.checksums143 cc727533130f5f1a29229929b3d4e8454585d647be25d6344f3c6a0240998368 crypto/ec/asm/x25519-ppc64.pl
144 ee897e230964511baa0d1bf95fb938312407a40a88ebe01476879c2763e5f732 crypto/ec/asm/x25519-x86_64.pl
/third_party/mbedtls/3rdparty/everest/
DMakefile.inc5 ../3rdparty/everest/library/x25519.o \
DCMakeLists.txt3 library/x25519.c
/third_party/openssl/providers/implementations/encode_decode/
Dencode_key2any.c1408 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);
Ddecode_der2key.c775 MAKE_DECODER("X25519", x25519, ecx, PrivateKeyInfo);
776 MAKE_DECODER("X25519", x25519, ecx, SubjectPublicKeyInfo);
Dencode_key2text.c885 MAKE_TEXT_ENCODER(x25519, ecx);
/third_party/mbedtls/docs/architecture/
Dtls13-support.md89 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/
DEVP_PKEY-X25519.pod29 This is only supported by X25519 and X448. The group name must be "x25519" or
/third_party/openssl/providers/implementations/keymgmt/
Decx_kmgmt.c820 MAKE_KEYMGMT_FUNCTIONS(x25519)
/third_party/openssl/
DBUILD.gn110 "${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",
DCHANGES.md3944 * Change the ECC default curve list to be this, in order: x25519,
/third_party/node/test/fixtures/keys/
DMakefile723 openssl genpkey -algorithm x25519 -out x25519_private.pem
/third_party/node/doc/api/
Dcrypto.md1261 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/
DChangeLog867 "x25519" and "x448". These curves support ECDH but not ECDSA. If you need
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md2909 * [[`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/
Dlicenses_third_party5001 FILE: ../../../third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S