Home
last modified time | relevance | path

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

/mbedtls-3.6.0/3rdparty/everest/library/
Deverest.c53 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_make_params() local
54 return mbedtls_x25519_make_params( x25519_ctx, olen, buf, blen, f_rng, p_rng ); in mbedtls_everest_make_params()
61 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_read_params() local
62 return mbedtls_x25519_read_params( x25519_ctx, buf, end ); in mbedtls_everest_read_params()
69 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_get_params() local
73 return mbedtls_x25519_get_params( x25519_ctx, key, s ); in mbedtls_everest_get_params()
81 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_make_public() local
82 return mbedtls_x25519_make_public( x25519_ctx, olen, buf, blen, f_rng, p_rng ); in mbedtls_everest_make_public()
88 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_read_public() local
89 return mbedtls_x25519_read_public ( x25519_ctx, buf, blen ); in mbedtls_everest_read_public()
[all …]