Lines Matching refs:bits
190 size_t *bits) in mbedtls_ecc_group_to_psa() argument
195 *bits = 192; in mbedtls_ecc_group_to_psa()
200 *bits = 224; in mbedtls_ecc_group_to_psa()
205 *bits = 256; in mbedtls_ecc_group_to_psa()
210 *bits = 384; in mbedtls_ecc_group_to_psa()
215 *bits = 521; in mbedtls_ecc_group_to_psa()
220 *bits = 256; in mbedtls_ecc_group_to_psa()
225 *bits = 384; in mbedtls_ecc_group_to_psa()
230 *bits = 512; in mbedtls_ecc_group_to_psa()
235 *bits = 255; in mbedtls_ecc_group_to_psa()
240 *bits = 192; in mbedtls_ecc_group_to_psa()
248 *bits = 256; in mbedtls_ecc_group_to_psa()
253 *bits = 448; in mbedtls_ecc_group_to_psa()
257 *bits = 0; in mbedtls_ecc_group_to_psa()
263 size_t bits) in mbedtls_ecc_group_from_psa() argument
267 switch (bits) { in mbedtls_ecc_group_from_psa()
292 switch (bits) { in mbedtls_ecc_group_from_psa()
309 switch (bits) { in mbedtls_ecc_group_from_psa()
322 switch (bits) { in mbedtls_ecc_group_from_psa()
433 int mbedtls_ecdsa_raw_to_der(size_t bits, const unsigned char *raw, size_t raw_len, in mbedtls_ecdsa_raw_to_der() argument
438 const size_t coordinate_len = PSA_BITS_TO_BYTES(bits); in mbedtls_ecdsa_raw_to_der()
553 int mbedtls_ecdsa_der_to_raw(size_t bits, const unsigned char *der, size_t der_len, in mbedtls_ecdsa_der_to_raw() argument
559 size_t coordinate_size = PSA_BITS_TO_BYTES(bits); in mbedtls_ecdsa_der_to_raw()