Home
last modified time | relevance | path

Searched refs:LTC_UNUSED_PARAM (Results 1 – 25 of 41) sorted by relevance

12

/optee_os-3.20.0/core/lib/libtomcrypt/src/prngs/
A Dsprng.c37 LTC_UNUSED_PARAM(prng); in sprng_start()
50 LTC_UNUSED_PARAM(in); in sprng_add_entropy()
51 LTC_UNUSED_PARAM(inlen); in sprng_add_entropy()
52 LTC_UNUSED_PARAM(prng); in sprng_add_entropy()
63 LTC_UNUSED_PARAM(prng); in sprng_ready()
77 LTC_UNUSED_PARAM(prng); in sprng_read()
88 LTC_UNUSED_PARAM(prng); in sprng_done()
103 LTC_UNUSED_PARAM(out); in sprng_export()
104 LTC_UNUSED_PARAM(prng); in sprng_export()
119 LTC_UNUSED_PARAM(in); in sprng_import()
[all …]
A Drng_get_bytes.c17 LTC_UNUSED_PARAM(callback); in s_rng_nix()
18 LTC_UNUSED_PARAM(buf); in s_rng_nix()
19 LTC_UNUSED_PARAM(len); in s_rng_nix()
24 LTC_UNUSED_PARAM(callback); in s_rng_nix()
101 LTC_UNUSED_PARAM(callback); in s_rng_win32()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/f9/
A Df9_file.c28 LTC_UNUSED_PARAM(cipher); in f9_file()
29 LTC_UNUSED_PARAM(key); in f9_file()
30 LTC_UNUSED_PARAM(keylen); in f9_file()
31 LTC_UNUSED_PARAM(fname); in f9_file()
32 LTC_UNUSED_PARAM(out); in f9_file()
33 LTC_UNUSED_PARAM(outlen); in f9_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/omac/
A Domac_file.c28 LTC_UNUSED_PARAM(cipher); in omac_file()
29 LTC_UNUSED_PARAM(key); in omac_file()
30 LTC_UNUSED_PARAM(keylen); in omac_file()
31 LTC_UNUSED_PARAM(filename); in omac_file()
32 LTC_UNUSED_PARAM(out); in omac_file()
33 LTC_UNUSED_PARAM(outlen); in omac_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/pmac/
A Dpmac_file.c28 LTC_UNUSED_PARAM(cipher); in pmac_file()
29 LTC_UNUSED_PARAM(key); in pmac_file()
30 LTC_UNUSED_PARAM(keylen); in pmac_file()
31 LTC_UNUSED_PARAM(filename); in pmac_file()
32 LTC_UNUSED_PARAM(out); in pmac_file()
33 LTC_UNUSED_PARAM(outlen); in pmac_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/xcbc/
A Dxcbc_file.c28 LTC_UNUSED_PARAM(cipher); in xcbc_file()
29 LTC_UNUSED_PARAM(key); in xcbc_file()
30 LTC_UNUSED_PARAM(keylen); in xcbc_file()
31 LTC_UNUSED_PARAM(filename); in xcbc_file()
32 LTC_UNUSED_PARAM(out); in xcbc_file()
33 LTC_UNUSED_PARAM(outlen); in xcbc_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/hmac/
A Dhmac_file.c27 LTC_UNUSED_PARAM(hash); in hmac_file()
28 LTC_UNUSED_PARAM(fname); in hmac_file()
29 LTC_UNUSED_PARAM(key); in hmac_file()
30 LTC_UNUSED_PARAM(keylen); in hmac_file()
31 LTC_UNUSED_PARAM(out); in hmac_file()
32 LTC_UNUSED_PARAM(outlen); in hmac_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/blake2/
A Dblake2bmac_file.c20 LTC_UNUSED_PARAM(fname); in blake2bmac_file()
21 LTC_UNUSED_PARAM(key); in blake2bmac_file()
22 LTC_UNUSED_PARAM(keylen); in blake2bmac_file()
23 LTC_UNUSED_PARAM(mac); in blake2bmac_file()
24 LTC_UNUSED_PARAM(maclen); in blake2bmac_file()
A Dblake2smac_file.c20 LTC_UNUSED_PARAM(fname); in blake2smac_file()
21 LTC_UNUSED_PARAM(key); in blake2smac_file()
22 LTC_UNUSED_PARAM(keylen); in blake2smac_file()
23 LTC_UNUSED_PARAM(mac); in blake2smac_file()
24 LTC_UNUSED_PARAM(maclen); in blake2smac_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/poly1305/
A Dpoly1305_file.c25 LTC_UNUSED_PARAM(fname); in poly1305_file()
26 LTC_UNUSED_PARAM(key); in poly1305_file()
27 LTC_UNUSED_PARAM(keylen); in poly1305_file()
28 LTC_UNUSED_PARAM(mac); in poly1305_file()
29 LTC_UNUSED_PARAM(maclen); in poly1305_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/ssh/
A Dssh_encode_sequence_multi.c42 LTC_UNUSED_PARAM( va_arg(args, int) ); in ssh_encode_sequence_multi()
46 LTC_UNUSED_PARAM( va_arg(args, ulong32) ); in ssh_encode_sequence_multi()
50 LTC_UNUSED_PARAM( va_arg(args, ulong64) ); in ssh_encode_sequence_multi()
55 LTC_UNUSED_PARAM( va_arg(args, char*) ); in ssh_encode_sequence_multi()
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/
A Dcompare_testvector.c76 LTC_UNUSED_PARAM(which); in compare_testvector()
77 LTC_UNUSED_PARAM(what); in compare_testvector()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
A Dder_encode_sequence_multi.c45 LTC_UNUSED_PARAM(size); in der_encode_sequence_multi()
46 LTC_UNUSED_PARAM(data); in der_encode_sequence_multi()
A Dder_decode_sequence_multi.c44 LTC_UNUSED_PARAM(size); in s_der_decode_sequence_va()
45 LTC_UNUSED_PARAM(data); in s_der_decode_sequence_va()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/utf8/
A Dder_length_utf8_string.c41 LTC_UNUSED_PARAM(c); in der_utf8_valid_char()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_argchk.h29 #define LTC_ARGCHK(x) LTC_UNUSED_PARAM(x)
A Dtomcrypt_macros.h447 #ifndef LTC_UNUSED_PARAM
448 #define LTC_UNUSED_PARAM(x) (void)(x) macro
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/pbes/
A Dpbes1.c12 LTC_UNUSED_PARAM(salt_len); in s_pkcs_5_alg1_wrap()
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Dkseed.c293 LTC_UNUSED_PARAM(skey); in kseed_done()
A Dtea.c190 LTC_UNUSED_PARAM(skey); in tea_done()
A Dxtea.c229 LTC_UNUSED_PARAM(skey); in xtea_done()
A Didea.c172 LTC_UNUSED_PARAM(skey); in idea_done()
A Dkasumi.c231 LTC_UNUSED_PARAM(skey); in kasumi_done()
A Dmulti2.c290 LTC_UNUSED_PARAM(skey); in multi2_done()
A Dskipjack.c314 LTC_UNUSED_PARAM(skey); in skipjack_done()

Completed in 18 milliseconds

12