Home
last modified time | relevance | path

Searched refs:mbedtls_lmots_public_t (Results 1 – 4 of 4) sorted by relevance

/mbedtls-latest/library/
Dlmots.h65 void mbedtls_lmots_public_init(mbedtls_lmots_public_t *ctx);
73 void mbedtls_lmots_public_free(mbedtls_lmots_public_t *ctx);
93 int mbedtls_lmots_import_public_key(mbedtls_lmots_public_t *ctx,
115 int mbedtls_lmots_export_public_key(const mbedtls_lmots_public_t *ctx,
178 int mbedtls_lmots_verify(const mbedtls_lmots_public_t *ctx,
246 int mbedtls_lmots_calculate_public_key(mbedtls_lmots_public_t *ctx,
Dlmots.c383 void mbedtls_lmots_public_init(mbedtls_lmots_public_t *ctx) in mbedtls_lmots_public_init()
388 void mbedtls_lmots_public_free(mbedtls_lmots_public_t *ctx) in mbedtls_lmots_public_free()
397 int mbedtls_lmots_import_public_key(mbedtls_lmots_public_t *ctx, in mbedtls_lmots_import_public_key()
428 int mbedtls_lmots_export_public_key(const mbedtls_lmots_public_t *ctx, in mbedtls_lmots_export_public_key()
510 int mbedtls_lmots_verify(const mbedtls_lmots_public_t *ctx, in mbedtls_lmots_verify()
658 int mbedtls_lmots_calculate_public_key(mbedtls_lmots_public_t *ctx, in mbedtls_lmots_calculate_public_key()
/mbedtls-latest/tests/suites/
Dtest_suite_lmots.function34 mbedtls_lmots_public_t pub_ctx;
57 mbedtls_lmots_public_t pub_ctx;
81 mbedtls_lmots_public_t ctx;
146 mbedtls_lmots_public_t ctx;
/mbedtls-latest/include/mbedtls/
Dlms.h126 } mbedtls_lmots_public_t; typedef
224 mbedtls_lmots_public_t *MBEDTLS_PRIVATE(ots_public_keys); /*!< The OTS key public keys, used to