L_N               401 crypto/drbg.c  	unsigned char L_N[8];
L_N               435 crypto/drbg.c  	drbg_cpu_to_be32(inputlen, &L_N[0]);
L_N               438 crypto/drbg.c  	drbg_cpu_to_be32(bytes_to_return, &L_N[4]);
L_N               441 crypto/drbg.c  	padlen = (inputlen + sizeof(L_N) + 1) % (drbg_blocklen(drbg));
L_N               456 crypto/drbg.c  	drbg_string_fill(&S2, L_N, sizeof(L_N));