Searched refs:P256_KEY_SIZE (Results 1 – 2 of 2) sorted by relevance
47 #define P256_KEY_SIZE 32 macro127 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()
34 #define P256_KEY_SIZE 32 macro