Searched refs:x25519_ctx (Results 1 – 1 of 1) sorted by relevance
/third_party/mbedtls/3rdparty/everest/library/ |
D | everest.c | 58 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_make_params() local 59 return mbedtls_x25519_make_params( x25519_ctx, olen, buf, blen, f_rng, p_rng ); in mbedtls_everest_make_params() 66 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_read_params() local 67 return mbedtls_x25519_read_params( x25519_ctx, buf, end ); in mbedtls_everest_read_params() 74 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_get_params() local 78 return mbedtls_x25519_get_params( x25519_ctx, key, s ); in mbedtls_everest_get_params() 86 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_make_public() local 87 return mbedtls_x25519_make_public( x25519_ctx, olen, buf, blen, f_rng, p_rng ); in mbedtls_everest_make_public() 93 mbedtls_x25519_context *x25519_ctx = &ctx->ctx; in mbedtls_everest_read_public() local 94 return mbedtls_x25519_read_public ( x25519_ctx, buf, blen ); in mbedtls_everest_read_public() [all …]
|