Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Ddrbg.c282 static inline void drbg_cpu_to_be32(__u32 val, unsigned char *buf) in drbg_cpu_to_be32() function
435 drbg_cpu_to_be32(inputlen, &L_N[0]); in drbg_ctr_df()
438 drbg_cpu_to_be32(bytes_to_return, &L_N[4]); in drbg_ctr_df()
469 drbg_cpu_to_be32(i, iv); in drbg_ctr_df()
832 drbg_cpu_to_be32((outlen * 8), &input[1]); in drbg_hash_df()
/kernel/linux/linux-6.6/crypto/
H A Ddrbg.c284 static inline void drbg_cpu_to_be32(__u32 val, unsigned char *buf) in drbg_cpu_to_be32() function
437 drbg_cpu_to_be32(inputlen, &L_N[0]); in drbg_ctr_df()
440 drbg_cpu_to_be32(bytes_to_return, &L_N[4]); in drbg_ctr_df()
471 drbg_cpu_to_be32(i, iv); in drbg_ctr_df()
834 drbg_cpu_to_be32((outlen * 8), &input[1]); in drbg_hash_df()

Completed in 6 milliseconds