Home
last modified time | relevance | path

Searched defs:buffer_size (Results 1 – 6 of 6) sorted by relevance

/openthread-3.6.0/third_party/mbedtls/repo/programs/psa/
Dpsa_constant_names.c61 static void append(char **buffer, size_t buffer_size, in append()
72 static void append_integer(char **buffer, size_t buffer_size, in append_integer()
87 static void append_with_curve(char **buffer, size_t buffer_size, in append_with_curve()
105 static void append_with_group(char **buffer, size_t buffer_size, in append_with_group()
125 static void append_with_alg(char **buffer, size_t buffer_size, in append_with_alg()
142 static int psa_snprint_status(char *buffer, size_t buffer_size, in psa_snprint_status()
159 static int psa_snprint_ecc_curve(char *buffer, size_t buffer_size, in psa_snprint_ecc_curve()
176 static int psa_snprint_dh_group(char *buffer, size_t buffer_size, in psa_snprint_dh_group()
Dpsa_constant_names_generated.c92 static int psa_snprint_key_type(char *buffer, size_t buffer_size, in psa_snprint_key_type()
148 static int psa_snprint_algorithm(char *buffer, size_t buffer_size, in psa_snprint_algorithm()
352 static int psa_snprint_key_usage(char *buffer, size_t buffer_size, in psa_snprint_key_usage()
Dkey_ladder_demo.c372 size_t buffer_size = 0; in wrap_data() local
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dpkwrite.c200 size_t buffer_size; in mbedtls_pk_write_pubkey() local
/openthread-3.6.0/tests/scripts/thread-cert/
Dlowpan.py923 def __init__(self, buffer_size): argument
/openthread-3.6.0/third_party/mbedtls/repo/programs/ssl/
Dssl_server2.c553 uint16_t buffer_size; /* IO buffer size */ member