Searched refs:cipherin (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | drbg.c | 403 struct drbg_string S1, S2, S4, cipherin; in drbg_ctr_df() local 481 drbg_string_fill(&cipherin, X, drbg_blocklen(drbg)); in drbg_ctr_df() 494 ret = drbg_kcapi_sym(drbg, X, &cipherin); in drbg_ctr_df()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | drbg.c | 405 struct drbg_string S1, S2, S4, cipherin; in drbg_ctr_df() local 483 drbg_string_fill(&cipherin, X, drbg_blocklen(drbg)); in drbg_ctr_df() 496 ret = drbg_kcapi_sym(drbg, X, &cipherin); in drbg_ctr_df()
|
Completed in 6 milliseconds