Home
last modified time | relevance | path

Searched refs:L (Results 1 – 4 of 4) sorted by relevance

/crypto/
A Dwp512.c785 u64 L[8]; in wp512_process_buffer() local
874 K[0] = L[0]; in wp512_process_buffer()
875 K[1] = L[1]; in wp512_process_buffer()
876 K[2] = L[2]; in wp512_process_buffer()
877 K[3] = L[3]; in wp512_process_buffer()
878 K[4] = L[4]; in wp512_process_buffer()
879 K[5] = L[5]; in wp512_process_buffer()
880 K[6] = L[6]; in wp512_process_buffer()
881 K[7] = L[7]; in wp512_process_buffer()
963 state[0] = L[0]; in wp512_process_buffer()
[all …]
A Dhctr2.c47 u8 L[BLOCKCIPHER_BLOCK_SIZE]; member
155 memset(tctx->L, 0, sizeof(tctx->L)); in hctr2_setkey()
156 tctx->L[0] = 0x01; in hctr2_setkey()
157 crypto_cipher_encrypt_one(tctx->blockcipher, tctx->L, tctx->L); in hctr2_setkey()
309 crypto_xor_cpy(rctx->xctr_iv, digest, tctx->L, BLOCKCIPHER_BLOCK_SIZE); in hctr2_crypt()
A Dfcrypt.c223 #define F_ENCRYPT(R, L, sched) \ argument
227 L ^= sbox0[u.c[0]] ^ sbox1[u.c[1]] ^ sbox2[u.c[2]] ^ sbox3[u.c[3]]; \
/crypto/krb5/
A Dkrb5_kdf.c34 unsigned int L, in crypto_krb5_calc_PRFplus() argument
47 buffer = kzalloc(round16(L + Tn.len) + round16(n_S.len), gfp); in crypto_krb5_calc_PRFplus()
52 n_S.data = buffer + round16(L + Tn.len); in crypto_krb5_calc_PRFplus()
55 while (T_series.len < L) { in crypto_krb5_calc_PRFplus()
66 memcpy(result->data, T_series.data, L); in crypto_krb5_calc_PRFplus()

Completed in 54 milliseconds