Lines Matching refs:CURVE25519_KEY_SIZE
16 else if (len == CURVE25519_KEY_SIZE &&
17 crypto_memneq(buf, curve25519_null_point, CURVE25519_KEY_SIZE))
18 memcpy(secret, buf, CURVE25519_KEY_SIZE);
28 u8 public_key[CURVE25519_KEY_SIZE];
29 u8 buf[CURVE25519_KEY_SIZE];
36 CURVE25519_KEY_SIZE),
37 public_key, CURVE25519_KEY_SIZE);
38 if (copied != CURVE25519_KEY_SIZE)
48 nbytes = min_t(size_t, CURVE25519_KEY_SIZE, req->dst_len);
59 return CURVE25519_KEY_SIZE;
67 .base.cra_ctxsize = CURVE25519_KEY_SIZE,