Searched defs:msglen (Results 1 – 10 of 10) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ed25519/ |
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()
|
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-3.20.0/core/lib/libtomcrypt/src/pk/pkcs1/ |
A D | pkcs_1_v1_5_decode.c | 25 unsigned long msglen, in pkcs_1_v1_5_decode()
|
A D | pkcs_1_v1_5_encode.c | 26 unsigned long msglen, in pkcs_1_v1_5_encode()
|
A D | pkcs_1_oaep_decode.c | 25 int pkcs_1_oaep_decode(const unsigned char *msg, unsigned long msglen, in pkcs_1_oaep_decode()
|
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()
|
/optee_os-3.20.0/core/crypto/ |
A D | sm3.c | 221 uint8_t msglen[8]; in sm3_final() local
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | md4.c | 307 unsigned char msglen[8]; in mbedtls_md4_finish_ret() local
|
A D | ripemd160.c | 374 unsigned char msglen[8]; in mbedtls_ripemd160_finish_ret() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | tweetnacl.c | 488 int tweetnacl_crypto_ph(u8 *out,const u8 *msg,u64 msglen) in tweetnacl_crypto_ph()
|
Completed in 10 milliseconds