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

/linux-4.1.27/crypto/
H A Ddrbg.c270 static inline void drbg_cpu_to_be32(__u32 val, unsigned char *buf) drbg_cpu_to_be32() function
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()
450 drbg_cpu_to_be32(i, iv); drbg_ctr_df()
835 drbg_cpu_to_be32((outlen * 8), &input[1]); drbg_hash_df()

Completed in 46 milliseconds