Searched refs:hash_digit_array (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | lmots.c | 208 static int hash_digit_array(const mbedtls_lmots_parameters_t *params, in hash_digit_array() function 485 ret = hash_digit_array(params, in mbedtls_lmots_calculate_public_key_candidate() 661 ret = hash_digit_array(&priv_ctx->params, in mbedtls_lmots_calculate_public_key() 730 ret = hash_digit_array(&ctx->params, (unsigned char *) ctx->private_key, in mbedtls_lmots_sign()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | lmots.c | 232 static int hash_digit_array(const mbedtls_lmots_parameters_t *params, in hash_digit_array() function 518 ret = hash_digit_array(params, in mbedtls_lmots_calculate_public_key_candidate() 702 ret = hash_digit_array(&priv_ctx->params, in mbedtls_lmots_calculate_public_key() 771 ret = hash_digit_array(&ctx->params, (unsigned char *) ctx->private_key, in mbedtls_lmots_sign()
|