Searched refs:L_N (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/crypto/
H A Ddrbg.c382 unsigned char L_N[8]; drbg_ctr_df() local
416 drbg_cpu_to_be32(inputlen, &L_N[0]); drbg_ctr_df()
419 drbg_cpu_to_be32(bytes_to_return, &L_N[4]); drbg_ctr_df()
421 /* 10.4.2 step 5: length is L_N, input_string, one byte, padding */ drbg_ctr_df()
422 padlen = (inputlen + sizeof(L_N) + 1) % (drbg_blocklen(drbg)); drbg_ctr_df()
437 drbg_string_fill(&S2, L_N, sizeof(L_N)); drbg_ctr_df()

Completed in 87 milliseconds