Searched defs:msglen (Results 1 – 9 of 9) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/ed25519/ |
| H A D | ed25519_sign.c | 12 static int s_ed25519_sign(const unsigned char *msg, unsigned long msglen, in s_ed25519_sign() 64 int ed25519ctx_sign(const unsigned char *msg, unsigned long msglen, in ed25519ctx_sign() 91 int ed25519ph_sign(const unsigned char *msg, unsigned long msglen, in ed25519ph_sign() 119 int ed25519_sign(const unsigned char *msg, unsigned long msglen, in ed25519_sign()
|
| H A D | ed25519_verify.c | 12 static int s_ed25519_verify(const unsigned char *msg, unsigned long msglen, in s_ed25519_verify() 67 int ed25519ctx_verify(const unsigned char *msg, unsigned long msglen, in ed25519ctx_verify() 96 int ed25519ph_verify(const unsigned char *msg, unsigned long msglen, in ed25519ph_verify() 126 int ed25519_verify(const unsigned char *msg, unsigned long msglen, in ed25519_verify()
|
| /optee_os/core/lib/libtomcrypt/src/pk/pkcs1/ |
| H A D | pkcs_1_v1_5_decode.c | 25 unsigned long msglen, in pkcs_1_v1_5_decode()
|
| H A D | pkcs_1_v1_5_encode.c | 26 unsigned long msglen, in pkcs_1_v1_5_encode()
|
| H A D | pkcs_1_oaep_encode.c | 26 int pkcs_1_oaep_encode(const unsigned char *msg, unsigned long msglen, in pkcs_1_oaep_encode()
|
| H A D | pkcs_1_oaep_decode.c | 26 int pkcs_1_oaep_decode(const unsigned char *msg, unsigned long msglen, in pkcs_1_oaep_decode()
|
| /optee_os/core/crypto/ |
| H A D | sm3.c | 232 uint8_t msglen[8]; in sm3_final() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ripemd160.c | 333 unsigned char msglen[8]; in mbedtls_ripemd160_finish() local
|
| /optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
| H A D | tweetnacl.c | 489 int tweetnacl_crypto_ph(u8 *out,const u8 *msg,u64 msglen) in tweetnacl_crypto_ph()
|