| /src/crypto/external/apache2/openssl/dist/demos/keyexch/ |
| build.info | 5 # LD_LIBRARY_PATH=../.. ./x25519 7 PROGRAMS{noinst} = x25519 9 INCLUDE[x25519]=../../include 10 SOURCE[x25519]=x25519.c 11 DEPEND[x25519]=../../libcrypto
|
| Makefile | 5 # LD_LIBRARY_PATH=../.. ./x25519 7 TESTS = x25519 ecdh 15 x25519: x25519.o
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ecx_s390x.c | 86 } x25519; member in union:__anon206 93 s390x_flip_endian32(param.x25519.u_src, u_src); 94 param.x25519.u_src[0] &= 0x7f; 95 s390x_x25519_mod_p(param.x25519.u_src); 97 s390x_flip_endian32(param.x25519.d_src, d_src); 98 param.x25519.d_src[31] &= 248; 99 param.x25519.d_src[0] &= 127; 100 param.x25519.d_src[0] |= 64; 102 rc = s390x_pcc(S390X_SCALAR_MULTIPLY_X25519, ¶m.x25519) ? 0 : 1; 104 s390x_flip_endian32(u_dst, param.x25519.u_dst) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ecx_s390x.c | 86 } x25519; member in union:__anon1318 93 s390x_flip_endian32(param.x25519.u_src, u_src); 94 param.x25519.u_src[0] &= 0x7f; 95 s390x_x25519_mod_p(param.x25519.u_src); 97 s390x_flip_endian32(param.x25519.d_src, d_src); 98 param.x25519.d_src[31] &= 248; 99 param.x25519.d_src[0] &= 127; 100 param.x25519.d_src[0] |= 64; 102 rc = s390x_pcc(S390X_SCALAR_MULTIPLY_X25519, ¶m.x25519) ? 0 : 1; 104 s390x_flip_endian32(u_dst, param.x25519.u_dst) [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/ |
| encode_key2any.c | 809 * ED25519, ED448, X25519 and X448 only has PKCS#8 / SubjectPublicKeyInfo 821 # define x25519_input_type "X25519" 825 # define x25519_pem_type "X25519" 1231 * the key type. For example, ed25519, ed448, x25519 and x448 1419 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, EncryptedPrivateKeyInfo, der); 1420 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, EncryptedPrivateKeyInfo, pem); 1421 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, PrivateKeyInfo, der); 1422 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, PrivateKeyInfo, pem); 1423 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, SubjectPublicKeyInfo, der); 1424 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, SubjectPublicKeyInfo, pem) [all...] |
| decode_der2key.c | 443 * ED25519, ED448, X25519, X448 only implement PKCS#8 and SubjectPublicKeyInfo, 739 * x25519 and x448 are all handled by the same functions with 798 MAKE_DECODER("X25519", x25519, ecx, PrivateKeyInfo); 799 MAKE_DECODER("X25519", x25519, ecx, SubjectPublicKeyInfo);
|
| encode_key2text.c | 581 type_label = "X25519"; 623 # define x25519_input_type "X25519" 873 MAKE_TEXT_ENCODER(x25519, ecx);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/ |
| encode_key2any.c | 828 * ED25519, ED448, X25519 and X448 only has PKCS#8 / SubjectPublicKeyInfo 840 #define x25519_pem_type "X25519" 1387 * the key type. For example, ed25519, ed448, x25519 and x448 1573 MAKE_ENCODER(x25519, ecx, EncryptedPrivateKeyInfo, der); 1574 MAKE_ENCODER(x25519, ecx, EncryptedPrivateKeyInfo, pem); 1575 MAKE_ENCODER(x25519, ecx, PrivateKeyInfo, der); 1576 MAKE_ENCODER(x25519, ecx, PrivateKeyInfo, pem); 1577 MAKE_ENCODER(x25519, ecx, SubjectPublicKeyInfo, der); 1578 MAKE_ENCODER(x25519, ecx, SubjectPublicKeyInfo, pem); 1690 * ED25519, ED448, X25519 or X448, and they therefore only have PKCS# [all...] |
| decode_der2key.c | 502 * ED25519, ED448, X25519, X448 only implement PKCS#8 and SubjectPublicKeyInfo, 515 D2I_PUBKEY_NOCTX(x25519, ossl_d2i_X25519_PUBKEY) 1176 * x25519 and x448 are all handled by the same functions with 1240 MAKE_DECODER("X25519", x25519, ecx, PrivateKeyInfo); 1241 MAKE_DECODER("X25519", x25519, ecx, SubjectPublicKeyInfo);
|
| encode_key2text.c | 399 type_label = "X25519"; 713 MAKE_TEXT_ENCODER(x25519, ecx);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/ |
| mlx_kmgmt.c | 50 { "X25519", NULL, 32, 32, 32, 0, EVP_PKEY_ML_KEM_768 }, 816 DECLARE_DISPATCH(x25519, 2);
|
| ecx_kmgmt.c | 319 /* X25519 and X448 are not approved */ 515 /* X25519/X448 are not FIPS approved, (ED25519/ED448 are approved) */ 535 return ecx_gen_init(provctx, selection, params, ECX_KEY_TYPE_X25519, "X25519"); 575 groupname = "x25519"; 1036 MAKE_KEYMGMT_FUNCTIONS(x25519)
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ |
| ecx_kmgmt.c | 539 groupname = "x25519"; 823 MAKE_KEYMGMT_FUNCTIONS(x25519)
|
| /src/crypto/external/bsd/openssl.old/dist/ |
| Configure | 1411 if ($target{ec_asm_src} =~ /x25519/) {
|