Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Ddrbg.c387 struct drbg_string S1, S2, S4, cipherin; in drbg_ctr_df() local
465 drbg_string_fill(&cipherin, X, drbg_blocklen(drbg)); in drbg_ctr_df()
477 ret = drbg_kcapi_sym(drbg, temp, X, &cipherin); in drbg_ctr_df()
523 struct drbg_string cipherin; in drbg_ctr_update() local
535 drbg_string_fill(&cipherin, drbg->V, drbg_blocklen(drbg)); in drbg_ctr_update()
545 ret = drbg_kcapi_sym(drbg, drbg->C, temp + len, &cipherin); in drbg_ctr_update()