Symbol: x25519
crypto/libecc/include/libecc/ecdh/x25519_448.h
34
ATTRIBUTE_WARN_UNUSED_RET int x25519(const u8 k[X25519_SIZE], const u8 u[X25519_SIZE], u8 res[X25519_SIZE]);
crypto/openssl/crypto/ec/ecx_s390x.c
100
param.x25519.d_src[0] |= 64;
crypto/openssl/crypto/ec/ecx_s390x.c
102
rc = s390x_pcc(S390X_SCALAR_MULTIPLY_X25519, &param.x25519) ? 0 : 1;
crypto/openssl/crypto/ec/ecx_s390x.c
104
s390x_flip_endian32(u_dst, param.x25519.u_dst);
crypto/openssl/crypto/ec/ecx_s390x.c
106
OPENSSL_cleanse(param.x25519.d_src, sizeof(param.x25519.d_src));
crypto/openssl/crypto/ec/ecx_s390x.c
86
} x25519;
crypto/openssl/crypto/ec/ecx_s390x.c
93
s390x_flip_endian32(param.x25519.u_src, u_src);
crypto/openssl/crypto/ec/ecx_s390x.c
94
param.x25519.u_src[0] &= 0x7f;
crypto/openssl/crypto/ec/ecx_s390x.c
95
s390x_x25519_mod_p(param.x25519.u_src);
crypto/openssl/crypto/ec/ecx_s390x.c
97
s390x_flip_endian32(param.x25519.d_src, d_src);
crypto/openssl/crypto/ec/ecx_s390x.c
98
param.x25519.d_src[31] &= 248;
crypto/openssl/crypto/ec/ecx_s390x.c
99
param.x25519.d_src[0] &= 127;
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
1240
MAKE_DECODER("X25519", x25519, ecx, PrivateKeyInfo);
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
1241
MAKE_DECODER("X25519", x25519, ecx, SubjectPublicKeyInfo);
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
515
D2I_PUBKEY_NOCTX(x25519, ossl_d2i_X25519_PUBKEY)
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1573
MAKE_ENCODER(x25519, ecx, EncryptedPrivateKeyInfo, der);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1574
MAKE_ENCODER(x25519, ecx, EncryptedPrivateKeyInfo, pem);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1575
MAKE_ENCODER(x25519, ecx, PrivateKeyInfo, der);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1576
MAKE_ENCODER(x25519, ecx, PrivateKeyInfo, pem);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1577
MAKE_ENCODER(x25519, ecx, SubjectPublicKeyInfo, der);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1578
MAKE_ENCODER(x25519, ecx, SubjectPublicKeyInfo, pem);
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
713
MAKE_TEXT_ENCODER(x25519, ecx);
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
1036
MAKE_KEYMGMT_FUNCTIONS(x25519)
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
816
DECLARE_DISPATCH(x25519, 2);