Home
last modified time | relevance | path

Searched defs:X25519Key (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tink/cc/internal/
H A Dec_util.h51 struct X25519Key { struct
52 uint8_t public_value[X25519KeyPubKeySize()]; argument
53 uint8_t private_key[X25519KeyPrivKeySize()]; argument
/aosp_15_r20/system/keymint/common/src/crypto/
H A Dec.rs358 pub struct X25519Key(pub [u8; CURVE25519_PRIV_KEY_LEN]); struct