Home
last modified time | relevance | path

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

/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
Dmbedtls_ec_adapter.c47 #define P256_KEY_SIZE 32 macro
127 int32_t ret = mbedtls_mpi_read_binary(x, blob->data, P256_KEY_SIZE); in ReadBigNums()
129 ret = mbedtls_mpi_read_binary(y, blob->data + P256_KEY_SIZE, P256_KEY_SIZE); in ReadBigNums()
145 int32_t ret = mbedtls_mpi_write_binary(x, out->data, P256_KEY_SIZE); in WriteOutBigNums()
148 ret = mbedtls_mpi_write_binary(y, out->data + P256_KEY_SIZE, P256_KEY_SIZE); in WriteOutBigNums()
/base/security/device_auth/services/authenticators/src/account_related/auth/pake_v2_auth_task/
Dpake_v2_auth_task_common.c34 #define P256_KEY_SIZE 32 macro