Searched defs:which (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/x25519/ |
A D | x25519_export.c | 21 int which, in x25519_export()
|
A D | x25519_import_raw.c | 21 int x25519_import_raw(const unsigned char *in, unsigned long inlen, int which, curve25519_key *key) in x25519_import_raw()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ed25519/ |
A D | ed25519_export.c | 21 int which, in ed25519_export()
|
A D | ed25519_import_raw.c | 21 int ed25519_import_raw(const unsigned char *in, unsigned long inlen, int which, curve25519_key *key) in ed25519_import_raw()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | ec25519_export.c | 21 int which, in ec25519_export()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/ |
A D | rsa_exptmod.c | 24 unsigned char *out, unsigned long *outlen, int which, in rsa_exptmod()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/ |
A D | compare_testvector.c | 57 …igned long is_len, const void* should, const unsigned long should_len, const char* what, int which) in compare_testvector()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_private.h | 473 #define LTC_PRNG_EXPORT(which) \ argument
|
Completed in 6 milliseconds