Home
last modified time | relevance | path

Searched defs:which (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/x25519/
H A Dx25519_export.c21 int which, in x25519_export()
H A Dx25519_import_raw.c21 int x25519_import_raw(const unsigned char *in, unsigned long inlen, int which, curve25519_key *key) in x25519_import_raw()
/optee_os/core/lib/libtomcrypt/src/pk/ed25519/
H A Ded25519_export.c21 int which, in ed25519_export()
H A Ded25519_import_raw.c21 int ed25519_import_raw(const unsigned char *in, unsigned long inlen, int which, curve25519_key *key) in ed25519_import_raw()
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dec25519_export.c21 int which, in ec25519_export()
/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_exptmod.c24 unsigned char *out, unsigned long *outlen, int which, in rsa_exptmod()
/optee_os/core/lib/libtomcrypt/src/misc/
H A Dcompare_testvector.c57 …igned long is_len, const void* should, const unsigned long should_len, const char* what, int which) in compare_testvector()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h498 #define LTC_PRNG_EXPORT(which) \ argument