Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 63) sorted by relevance

123

/optee_os/core/lib/libtomcrypt/src/hashes/
A Dmd5.c45 #define FF(a,b,c,d,M,s,t) \ argument
48 #define GG(a,b,c,d,M,s,t) \ argument
51 #define HH(a,b,c,d,M,s,t) \ argument
54 #define II(a,b,c,d,M,s,t) \ argument
84 #define FF(a,b,c,d,M,s,t) \ argument
87 #define GG(a,b,c,d,M,s,t) \ argument
90 #define HH(a,b,c,d,M,s,t) \ argument
93 #define II(a,b,c,d,M,s,t) \ argument
107 ulong32 t; in _md5_compress() local
A Dsha3.c167 ulong64 t, bc[5]; in keccakf() local
303 ulong64 t; in sha3_process() local
A Dmd2.c76 unsigned char t; in md2_compress() local
/optee_os/core/lib/libtomcrypt/src/ciphers/
A Dmulti2.c26 ulong32 t; in pi2() local
35 ulong32 t; in pi3() local
47 ulong32 t; in pi4() local
55 int n, t; in setup() local
83 int n, t; in encrypt() local
95 int n, t; in decrypt() local
A Drc6.c127 ulong32 a,b,c,d,t,u; in _rc6_ecb_encrypt() local
182 ulong32 a,b,c,d,t,u; in _rc6_ecb_decrypt() local
/optee_os/core/lib/libtomcrypt/src/stream/sober128/
A Dsober128_stream.c31 ulong32 t; in BYTE2WORD() local
38 ulong32 t; in XORWORD() local
56 ulong32 t; in cycle() local
81 ulong32 t; in nltap() local
132 ulong32 t; in s128_diffuse() local
254 ulong32 t; in sober128_stream_crypt() local
/optee_os/core/lib/libtomcrypt/src/modes/xts/
A Dxts_mult_x.c24 unsigned char t, tt; in xts_mult_x() local
/optee_os/lib/libmbedtls/mbedtls/library/
A Dssl_cache.c57 mbedtls_time_t t = mbedtls_time( NULL ); in mbedtls_ssl_cache_get() local
142 mbedtls_time_t t = mbedtls_time( NULL ), oldest = 0; in mbedtls_ssl_cache_set() local
A Dnist_kw.c167 static void calc_a_xor_t( unsigned char A[KW_SEMIBLOCK_LENGTH], uint64_t t ) in calc_a_xor_t()
189 uint64_t t = 0; in mbedtls_nist_kw_wrap() local
330 uint64_t t = 0; in unwrap() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/ia5/
A Dder_decode_ia5_string.c32 int t, err; in der_decode_ia5_string() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/
A Dder_decode_printable_string.c32 int t, err; in der_decode_printable_string() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/
A Dder_decode_teletex_string.c31 int t, err; in der_decode_teletex_string() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/
A Dder_decode_object_identifier.c29 unsigned long x, y, t, len; in der_decode_object_identifier() local
A Dder_length_object_identifier.c41 unsigned long y, z, t, wordbuf; in der_length_object_identifier() local
A Dder_encode_object_identifier.c29 unsigned long i, x, y, z, t, mask, wordbuf; in der_encode_object_identifier() local
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_init.c33 int x, y, z, t; in gcm_init() local
/optee_os/core/tee/
A Dtee_time_generic.c70 TEE_Time t; in tee_time_get_ta_time() local
103 TEE_Time t; in tee_time_set_ta_time() local
/optee_os/core/lib/libtomcrypt/src/misc/base32/
A Dbase32_decode.c30 ulong64 t = 0; in base32_decode() local
/optee_os/core/crypto/
A Dsm2-kdf.c20 TEE_Result sm2_kdf(const uint8_t *Z, size_t Z_len, uint8_t *t, size_t tlen) in sm2_kdf()
/optee_os/core/lib/libtomcrypt/src/modes/lrw/
A Dlrw_start.c40 int x, y, z, t; in lrw_start() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
A Dder_decode_sequence_flexi.c47 ltc_asn1_list *l, *t; in der_decode_sequence_flexi() local
/optee_os/core/lib/libtomcrypt/src/misc/padding/
A Dpadding_pad.c24 unsigned char pad, block_length, r, t; in _padding_padded_length() local
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
A Dtweetnacl.c68 i64 t,i,c=~(b-1); in sel25519() local
79 gf m,t; in pack25519() local
137 i64 i,j,t[31]; in M() local
247 gf a,b,c,d,t,e,f,g,h; in add() local
420 gf t, chk, num, den, den2, den4, den6; in unpackneg() local
457 u8 s[32],t[32],h[64]; in tweetnacl_crypto_sign_open() local
/optee_os/lib/libmbedtls/core/
A Dsm2-pke.c122 uint8_t *t = NULL; in sm2_mbedtls_pke_decrypt() local
312 uint8_t *t = NULL; in sm2_mbedtls_pke_encrypt() local
/optee_os/core/lib/libtomcrypt/
A Dsm2-pke.c122 uint8_t *t = NULL; in sm2_ltc_pke_decrypt() local
340 uint8_t *t = NULL; in sm2_ltc_pke_encrypt() local

Completed in 24 milliseconds

123