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

/linux-4.1.27/crypto/
H A Ddrbg.c384 struct drbg_string S1, S2, S4, cipherin; drbg_ctr_df() local
462 drbg_string_fill(&cipherin, X, drbg_blocklen(drbg)); drbg_ctr_df()
474 ret = drbg_kcapi_sym(drbg, temp, X, &cipherin); drbg_ctr_df()
520 struct drbg_string cipherin; drbg_ctr_update() local
532 drbg_string_fill(&cipherin, drbg->V, drbg_blocklen(drbg)); drbg_ctr_update()
542 ret = drbg_kcapi_sym(drbg, drbg->C, temp + len, &cipherin); drbg_ctr_update()

Completed in 57 milliseconds