Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A 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,
H A 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()
431 int mbedtls_lmots_export_public_key(const mbedtls_lmots_public_t *ctx, in mbedtls_lmots_export_public_key()
513 int mbedtls_lmots_verify(const mbedtls_lmots_public_t *ctx, in mbedtls_lmots_verify()
661 int mbedtls_lmots_calculate_public_key(mbedtls_lmots_public_t *ctx, in mbedtls_lmots_calculate_public_key()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dlms.h126 } mbedtls_lmots_public_t; typedef
224 mbedtls_lmots_public_t *MBEDTLS_PRIVATE(ots_public_keys); /*!< The OTS key public keys, used to