Home
last modified time | relevance | path

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

/arch/arm/crypto/
Dcurve25519-glue.c68 u8 public_key[CURVE25519_KEY_SIZE]; in curve25519_compute_value() local
77 public_key, CURVE25519_KEY_SIZE); in curve25519_compute_value()
80 bp = public_key; in curve25519_compute_value()
/arch/x86/crypto/
Dcurve25519-x86_64.c1445 u8 public_key[CURVE25519_KEY_SIZE]; in curve25519_compute_shared_secret() local
1455 public_key, CURVE25519_KEY_SIZE); in curve25519_compute_shared_secret()
1459 curve25519_arch(buf, secret, public_key); in curve25519_compute_shared_secret()