Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dlmots.h226 void mbedtls_lmots_private_init(mbedtls_lmots_private_t *ctx);
234 void mbedtls_lmots_private_free(mbedtls_lmots_private_t *ctx);
260 int mbedtls_lmots_generate_private_key(mbedtls_lmots_private_t *ctx,
282 const mbedtls_lmots_private_t *priv_ctx);
312 int mbedtls_lmots_sign(mbedtls_lmots_private_t *ctx,
Dlmots.c591 void mbedtls_lmots_private_init(mbedtls_lmots_private_t *ctx) in mbedtls_lmots_private_init()
596 void mbedtls_lmots_private_free(mbedtls_lmots_private_t *ctx) in mbedtls_lmots_private_free()
602 int mbedtls_lmots_generate_private_key(mbedtls_lmots_private_t *ctx, in mbedtls_lmots_generate_private_key()
696 const mbedtls_lmots_private_t *priv_ctx) in mbedtls_lmots_calculate_public_key()
731 int mbedtls_lmots_sign(mbedtls_lmots_private_t *ctx, in mbedtls_lmots_sign()
/third_party/mbedtls/tests/suites/
Dtest_suite_lmots.function35 mbedtls_lmots_private_t priv_ctx;
58 mbedtls_lmots_private_t priv_ctx;
201 mbedtls_lmots_private_t ctx;
227 mbedtls_lmots_private_t ctx;
/third_party/mbedtls/include/mbedtls/
Dlms.h164 } mbedtls_lmots_private_t; typedef
232mbedtls_lmots_private_t *MBEDTLS_PRIVATE(ots_private_keys); /*!< The private key material. One OTS…