Searched refs:w (Results 1 – 4 of 4) sorted by relevance
/optee_test/ta/crypt/ |
A D | sha2_impl.c | 75 w[i] = SHA256_F4(w[i - 2]) + w[i - 7] \ 76 + SHA256_F3(w[i - 15]) + w[i - 16]; \ 121 uint32_t w[64] = { }; in sha256_transf() local 146 + sha256_k[j] + w[j]; in sha256_transf() 161 PACK32(&sub_block[0], &w[0]); in sha256_transf() 162 PACK32(&sub_block[4], &w[1]); in sha256_transf() 163 PACK32(&sub_block[8], &w[2]); in sha256_transf() 164 PACK32(&sub_block[12], &w[3]); in sha256_transf() 165 PACK32(&sub_block[16], &w[4]); in sha256_transf() 166 PACK32(&sub_block[20], &w[5]); in sha256_transf() [all …]
|
/optee_test/host/openssl/include/openssl/ |
A D | bn.h | 401 # define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \ argument 402 (((w) == 0) && ((a)->top == 0))) 405 # define BN_is_word(a,w) (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg)) argument 484 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w); 485 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w); 486 int BN_mul_word(BIGNUM *a, BN_ULONG w); 487 int BN_add_word(BIGNUM *a, BN_ULONG w); 488 int BN_sub_word(BIGNUM *a, BN_ULONG w); 489 int BN_set_word(BIGNUM *a, BN_ULONG w); 851 BN_ULONG w); [all …]
|
A D | pem.h | 445 int PEM_def_callback(char *buf, int num, int w, void *key);
|
/optee_test/host/xtest/ |
A D | LICENSE | 316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 320 The hypothetical commands `show w' and `show c' should show the appropriate 322 be called something other than `show w' and `show c'; they could even be
|
Completed in 11 milliseconds