Home
last modified time | relevance | path

Searched defs:S (Results 1 – 21 of 21) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dblowfish.h71 uint32_t S[4][256]; /*!< key dependent S-boxes */ member
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/sha2/
A Dsha512.c77 #define S(x, n) ROR64c(x, n) macro
91 ulong64 S[8], W[80], t0, t1; in ss_sha512_compress() local
A Dsha256.c52 #define S(x, n) RORc((x),(n)) macro
66 ulong32 S[8], W[64], t0, t1; in ss_sha256_compress() local
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dsm2-pke.c117 ecc_point *S = NULL; in sm2_ltc_pke_decrypt() local
339 ecc_point *S = NULL; in sm2_ltc_pke_encrypt() local
A Dsm2-kep.c103 static TEE_Result sm2_kep_compute_S(uint8_t *S, size_t S_len, uint8_t flag, in sm2_kep_compute_S()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dblowfish.c52 static const uint32_t S[4][256]; variable
407 static const uint32_t S[4][256] = { variable
A Dmd5.c114 #define S(x,n) \ in mbedtls_internal_md5_process() macro
A Dmd4.c115 #define S(x,n) (((x) << (n)) | (((x) & 0xFFFFFFFF) >> (32 - (n)))) in mbedtls_internal_md4_process() macro
A Dsha1.c130 #define S(x,n) (((x) << (n)) | (((x) & 0xFFFFFFFF) >> (32 - (n)))) in mbedtls_internal_sha1_process() macro
A Dripemd160.c131 #define S( x, n ) ( ( (x) << (n) ) | ( (x) >> (32 - (n)) ) ) in mbedtls_internal_ripemd160_process() macro
A Decjpake.c627 const mbedtls_mpi *S, in ecjpake_mul_secret()
A Decp.c1519 mbedtls_mpi M, S, T, U; in ecp_double_jac() local
2512 mbedtls_ecp_point *R, mbedtls_ecp_point *S, in ecp_double_add_mxz()
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Dkhazad.c587 const ulong64 *S; in khazad_setup() local
A Drc5.c51 ulong32 L[64], *S, A, B, i, j, v, s, t, l; in s_rc5_setup() local
A Drc6.c48 ulong32 L[64], S[50], A, B, i, j, v, s, l; in s_rc6_setup() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/
A Dsosemanuk.c206 #define SKS(S, o0, o1, o2, o3, d0, d1, d2, d3) do { \ in sosemanuk_setup() argument
351 #define FSS(zc, S, i0, i1, i2, i3, i4, o0, o1, o2, o3) do { \ in sosemanuk_setiv() argument
361 #define FSF(zc, S, i0, i1, i2, i3, i4, o0, o1, o2, o3) do { \ in sosemanuk_setiv() argument
651 #define SRD(S, x0, x1, x2, x3, ooff) do { \ in s_sosemanuk_internal() argument
/optee_os-3.20.0/lib/libmbedtls/core/
A Dsm2-kep.c133 static TEE_Result sm2_kep_compute_S(uint8_t *S, size_t S_len, uint8_t flag, in sm2_kep_compute_S()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h11 ulong32 S[4][256]; member
66 ulong32 S[4][256], K[40]; member
71 unsigned char S[32], start; member
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/
A Dgmp_desc.c287 mpz_t t1, C, Q, S, Z, M, T, R, two; in sqrtmod_prime() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/twofish/
A Dtwofish.c344 unsigned char S[4*4], tmpx0, tmpx1; in s_twofish_setup() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/
A Dtweetnacl.c139 sv S(gf o,const gf a) in S() function

Completed in 33 milliseconds