Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 46) sorted by relevance

12

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/
A Drsa_make_key.c12 static int s_rsa_make_key(prng_state *prng, int wprng, int size, void *e, rsa_key *key) in s_rsa_make_key()
92 int rsa_make_key(prng_state *prng, int wprng, int size, long e, rsa_key *key) in rsa_make_key()
124 const unsigned char *e, unsigned long elen, rsa_key *key) in rsa_make_key_ubin_e()
150 int rsa_make_key_bn_e(prng_state *prng, int wprng, int size, void *e, rsa_key *key) in rsa_make_key_bn_e()
A Drsa_set.c21 const unsigned char *e, unsigned long elen, in rsa_set_key()
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/
A Drmd160.c44 #define FF(a, b, c, d, e, x, s) \ argument
49 #define GG(a, b, c, d, e, x, s) \ argument
54 #define HH(a, b, c, d, e, x, s) \ argument
59 #define II(a, b, c, d, e, x, s) \ argument
64 #define JJ(a, b, c, d, e, x, s) \ argument
69 #define FFF(a, b, c, d, e, x, s) \ argument
74 #define GGG(a, b, c, d, e, x, s) \ argument
79 #define HHH(a, b, c, d, e, x, s) \ argument
84 #define III(a, b, c, d, e, x, s) \ argument
89 #define JJJ(a, b, c, d, e, x, s) \ argument
A Drmd320.c39 #define FF(a, b, c, d, e, x, s) \ argument
44 #define GG(a, b, c, d, e, x, s) \ argument
49 #define HH(a, b, c, d, e, x, s) \ argument
54 #define II(a, b, c, d, e, x, s) \ argument
59 #define JJ(a, b, c, d, e, x, s) \ argument
64 #define FFF(a, b, c, d, e, x, s) \ argument
69 #define GGG(a, b, c, d, e, x, s) \ argument
74 #define HHH(a, b, c, d, e, x, s) \ argument
79 #define III(a, b, c, d, e, x, s) \ argument
84 #define JJJ(a, b, c, d, e, x, s) \ argument
A Dsha1.c42 ulong32 a,b,c,d,e,W[80],i; in ss_sha1_compress() local
66 … #define FF0(a,b,c,d,e,i) e = (ROLc(a, 5) + F0(b,c,d) + e + W[i] + 0x5a827999UL); b = ROLc(b, 30); in ss_sha1_compress() argument
67 … #define FF1(a,b,c,d,e,i) e = (ROLc(a, 5) + F1(b,c,d) + e + W[i] + 0x6ed9eba1UL); b = ROLc(b, 30); in ss_sha1_compress() argument
68 … #define FF2(a,b,c,d,e,i) e = (ROLc(a, 5) + F2(b,c,d) + e + W[i] + 0x8f1bbcdcUL); b = ROLc(b, 30); in ss_sha1_compress() argument
69 … #define FF3(a,b,c,d,e,i) e = (ROLc(a, 5) + F3(b,c,d) + e + W[i] + 0xca62c1d6UL); b = ROLc(b, 30); in ss_sha1_compress() argument
/optee_os-3.20.0/core/tee/
A Dtee_svc_storage.c47 struct tee_storage_enum *e; in tee_svc_storage_get_enum() local
59 struct tee_storage_enum *e) in tee_svc_close_enum()
525 struct tee_storage_enum *e = NULL; in syscall_storage_alloc_enum() local
545 struct tee_storage_enum *e = NULL; in syscall_storage_free_enum() local
559 struct tee_storage_enum *e = NULL; in syscall_storage_reset_enum() local
581 struct tee_storage_enum *e = NULL; in syscall_storage_start_enum() local
610 struct tee_storage_enum *e = NULL; in syscall_storage_next_enum() local
/optee_os-3.20.0/core/pta/
A Dhwrng.c25 uint8_t *e = NULL; in rng_get_entropy() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Dserpent.c30 #define s_lt(i,a,b,c,d,e) { \ argument
40 #define s_ilt(i,a,b,c,d,e) { \ argument
425 #define s_kx(r, a, b, c, d, e) { \ argument
432 #define s_lk(r, a, b, c, d, e) { \ argument
439 #define s_sk(r, a, b, c, d, e) { \ argument
451 ulong32 a, b, c, d, e; in s_setup_key() local
487 ulong32 a, b, c, d, e; in s_enc_block() local
529 ulong32 a, b, c, d, e; in s_dec_block() local
/optee_os-3.20.0/core/kernel/
A Dasan.c60 vaddr_t e = (vaddr_t)end; in va_range_inside_shadow() local
70 vaddr_t e = (vaddr_t)end; in va_range_outside_shadow() local
90 vaddr_t e = (vaddr_t)end; in asan_set_shadowed() local
173 int8_t *e; in check_access() local
A Dlockdep.c150 struct lockdep_edge *e = NULL; in lockdep_graph_get_shortest_cycle() local
213 struct lockdep_edge *e = NULL; in lockdep_visit() local
/optee_os-3.20.0/core/drivers/crypto/caam/acipher/
A Dlocal.h18 struct caambuf *e; /* Key exponent e */ member
/optee_os-3.20.0/core/drivers/crypto/se050/adaptors/include/
A Dse050_apdu_apis.h19 uint8_t *e; member
39 uint8_t *e; member
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/sha2/
A Dsha256.c89 #define RND(a,b,c,d,e,f,g,h,i) \ in ss_sha256_compress() argument
101 #define RND(a,b,c,d,e,f,g,h,i,ki) \ in ss_sha256_compress() argument
A Dsha512.c124 #define RND(a,b,c,d,e,f,g,h,i) \ in ss_sha512_compress() argument
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Decc_sign_hash.c32 void *r, *s, *e, *p, *b; in ecc_sign_hash_ex() local
A Decc_verify_hash.c29 void *r, *s, *v, *w, *u1, *u2, *e, *p, *m, *a, *a_plus3; in ecc_verify_hash_ex() local
A Decc_recover_key.c32 void *r, *s, *v, *w, *t1, *t2, *u1, *u2, *v1, *v2, *e, *x, *y, *a_plus3; in ecc_recover_key() local
/optee_os-3.20.0/lib/libmbedtls/core/
A Dsm2-dsa.c34 mbedtls_mpi e = { }; in sm2_mbedtls_dsa_sign() local
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dsm2-dsa.c30 void *e = NULL; in sm2_ltc_dsa_sign() local
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dbn_mul.h63 #define MBEDTLS_BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
69 #define MBEDTLS_BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dsa/
A Ddsa_generate_pqg.c28 void *t2L1, *t2N1, *t2q, *t2seedlen, *U, *W, *X, *c, *h, *e, *seedinc; in s_dsa_make_params() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/safer/
A Dsafer.c251 { unsigned char a, b, c, d, e, f, g, h, t; in s_safer_ecb_encrypt() local
305 { unsigned char a, b, c, d, e, f, g, h, t; in s_safer_ecb_decrypt() local
/optee_os-3.20.0/core/include/crypto/
A Dcrypto.h110 struct bignum *e; /* Public exponent */ member
123 struct bignum *e; /* Public exponent */ member
/optee_os-3.20.0/core/arch/arm/plat-synquacer/
A Drng_pta.c257 uint8_t *e = NULL; in rng_get_entropy() local
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dripemd160.c133 #define P( a, b, c, d, e, r, s, f, k ) \ in mbedtls_internal_ripemd160_process() argument
141 #define P2( a, b, c, d, e, r, s, rp, sp ) \ in mbedtls_internal_ripemd160_process() argument

Completed in 24 milliseconds

12