Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ed25519/
H A Ded25519_sign.c75 if ((err = ec25519_crypto_ctx(ctx_prefix, &ctx_prefix_size, 0, ctx, ctxlen)) != CRYPT_OK) in ed25519ctx_sign()
101 if ((err = ec25519_crypto_ctx(ctx_prefix, &ctx_prefix_size, 1, ctx, ctxlen)) != CRYPT_OK) in ed25519ph_sign()
H A Ded25519_verify.c78 if (ec25519_crypto_ctx(ctx_prefix, &ctx_prefix_size, 0, ctx, ctxlen) != CRYPT_OK) in ed25519ctx_verify()
107 if ((err = ec25519_crypto_ctx(ctx_prefix, &ctx_prefix_size, 1, ctx, ctxlen)) != CRYPT_OK) in ed25519ph_verify()
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dec25519_crypto_ctx.c12 int ec25519_crypto_ctx(unsigned char *out, unsigned long *outlen, unsigned char flag, const unsigne… in ec25519_crypto_ctx() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h412 int ec25519_crypto_ctx( unsigned char *out, unsigned long *outlen,
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk351 srcs-$(_CFG_CORE_LTC_EC25519) += src/pk/ec25519/ec25519_crypto_ctx.c