Searched defs:ctxlen (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ed25519/ |
A D | ed25519_sign.c | 14 const unsigned char *ctx, unsigned long ctxlen, in s_ed25519_sign() 66 const unsigned char *ctx, unsigned long ctxlen, in ed25519ctx_sign() 93 const unsigned char *ctx, unsigned long ctxlen, in ed25519ph_sign()
|
A D | ed25519_verify.c | 14 const unsigned char *ctx, unsigned long ctxlen, in s_ed25519_verify() 69 const unsigned char *ctx, unsigned long ctxlen, in ed25519ctx_verify() 98 const unsigned char *ctx, unsigned long ctxlen, in ed25519ph_verify()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | ec25519_crypto_ctx.c | 12 …ar *out, unsigned long *outlen, unsigned char flag, const unsigned char *ctx, unsigned long ctxlen) in ec25519_crypto_ctx()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | ed25519.c | 94 const uint8_t *ctx, size_t ctxlen) in crypto_acipher_ed25519ctx_sign() 156 const uint8_t *ctx, size_t ctxlen) in crypto_acipher_ed25519ctx_verify()
|
Completed in 4 milliseconds