Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_x25519.c145 static int32_t X25519CheckKeySize(const struct HksBlob *key, const struct KeyMaterial25519 *keyMate… in X25519CheckKeySize() function
167 ret = X25519CheckKeySize(priKey, priKm, false); in X25519CheckKeyMaterialSize()
170 return X25519CheckKeySize(pubKey, pubKm, true); in X25519CheckKeyMaterialSize()
380 ret = X25519CheckKeySize(keyIn, keyMaterial, false); in GetX25519PubKeyCheckParams()