Searched refs:mbedtls_lmots_parameters_t (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | lms.h | 102 } mbedtls_lmots_parameters_t; typedef 122 mbedtls_lmots_parameters_t MBEDTLS_PRIVATE(params); 147 mbedtls_lmots_parameters_t MBEDTLS_PRIVATE(params);
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | lms.h | 102 } mbedtls_lmots_parameters_t; typedef 122 mbedtls_lmots_parameters_t MBEDTLS_PRIVATE(params); 147 mbedtls_lmots_parameters_t MBEDTLS_PRIVATE(params);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | lmots.c | 83 static unsigned short lmots_checksum_calculate(const mbedtls_lmots_parameters_t *params, in lmots_checksum_calculate() 119 static int create_digit_array_with_checksum(const mbedtls_lmots_parameters_t *params, in create_digit_array_with_checksum() 208 static int hash_digit_array(const mbedtls_lmots_parameters_t *params, in hash_digit_array() 313 static int public_key_from_hashed_digit_array(const mbedtls_lmots_parameters_t *params, in public_key_from_hashed_digit_array() 456 int mbedtls_lmots_calculate_public_key_candidate(const mbedtls_lmots_parameters_t *params, in mbedtls_lmots_calculate_public_key_candidate()
|
H A D | lmots.h | 144 int mbedtls_lmots_calculate_public_key_candidate(const mbedtls_lmots_parameters_t *params,
|
H A D | lms.c | 309 mbedtls_lmots_parameters_t ots_params; in mbedtls_lms_verify() 665 sizeof(mbedtls_lmots_parameters_t)); in mbedtls_lms_calculate_public_key()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | lmots.c | 106 static unsigned short lmots_checksum_calculate(const mbedtls_lmots_parameters_t *params, in lmots_checksum_calculate() 142 static int create_digit_array_with_checksum(const mbedtls_lmots_parameters_t *params, in create_digit_array_with_checksum() 232 static int hash_digit_array(const mbedtls_lmots_parameters_t *params, in hash_digit_array() 341 static int public_key_from_hashed_digit_array(const mbedtls_lmots_parameters_t *params, in public_key_from_hashed_digit_array() 489 int mbedtls_lmots_calculate_public_key_candidate(const mbedtls_lmots_parameters_t *params, in mbedtls_lmots_calculate_public_key_candidate()
|
H A D | lmots.h | 167 int mbedtls_lmots_calculate_public_key_candidate(const mbedtls_lmots_parameters_t *params,
|
H A D | lms.c | 317 mbedtls_lmots_parameters_t ots_params; in mbedtls_lms_verify() 679 sizeof(mbedtls_lmots_parameters_t)); in mbedtls_lms_calculate_public_key()
|