Searched defs:buffer_size (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | psa_constant_names.c | 43 static void append(char **buffer, size_t buffer_size, in append() 54 static void append_integer(char **buffer, size_t buffer_size, in append_integer() 71 static void append_with_curve(char **buffer, size_t buffer_size, in append_with_curve() 89 static void append_with_group(char **buffer, size_t buffer_size, in append_with_group() 109 static void append_with_alg(char **buffer, size_t buffer_size, in append_with_alg() 126 static int psa_snprint_status(char *buffer, size_t buffer_size, in psa_snprint_status() 143 static int psa_snprint_ecc_curve(char *buffer, size_t buffer_size, in psa_snprint_ecc_curve() 160 static int psa_snprint_dh_group(char *buffer, size_t buffer_size, in psa_snprint_dh_group()
|
D | psa_constant_names_generated.c | 90 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() 379 static int psa_snprint_key_usage(char *buffer, size_t buffer_size, in psa_snprint_key_usage()
|
D | key_ladder_demo.c | 357 size_t buffer_size = 0; in wrap_data() local
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | pkwrite.c | 355 size_t buffer_size; in pk_write_opaque_pubkey() local
|
D | ssl_tls.c | 7288 size_t buffer_size, in ssl_calc_verify_tls_psa()
|
D | psa_crypto.c | 8307 uint8_t *buffer, size_t buffer_size, size_t *buffer_length) in psa_crypto_driver_pake_get_password()
|
/openthread-latest/tests/scripts/thread-cert/ |
D | lowpan.py | 923 def __init__(self, buffer_size): argument
|
/openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
D | ssl_server2.c | 614 uint16_t buffer_size; /* IO buffer size */ member
|