Home
last modified time | relevance | path

Searched refs:X25519_KEYLEN (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/ec/
Decx_meth.c33 #define KEYLENID(id) (IS25519(id) ? X25519_KEYLEN \
93 privkey[X25519_KEYLEN - 1] &= 127; in ecx_key_op()
94 privkey[X25519_KEYLEN - 1] |= 64; in ecx_key_op()
693 *keylen = X25519_KEYLEN; in pkey_ecx_derive25519()
/third_party/openssl/include/crypto/
Devp.h378 #define X25519_KEYLEN 32 macro