Searched refs:drbg_string_fill (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/crypto/ |
D | drbg.c | 276 drbg_string_fill(&data, out, drbg_blocklen(drbg)); in drbg_ctr_bcc() 403 drbg_string_fill(&S1, iv, drbg_blocklen(drbg)); in drbg_ctr_df() 405 drbg_string_fill(&S2, L_N, sizeof(L_N)); in drbg_ctr_df() 408 drbg_string_fill(&S4, pad, padlen); in drbg_ctr_df() 430 drbg_string_fill(&cipherin, X, drbg_blocklen(drbg)); in drbg_ctr_df() 617 drbg_string_fill(&seed1, drbg->V, drbg_statelen(drbg)); in drbg_hmac_update() 620 drbg_string_fill(&seed2, NULL, 1); in drbg_hmac_update() 626 drbg_string_fill(&vdata, drbg->V, drbg_statelen(drbg)); in drbg_hmac_update() 671 drbg_string_fill(&data, drbg->V, drbg_statelen(drbg)); in drbg_hmac_generate() 784 drbg_string_fill(&data, input, 5); in drbg_hash_df() [all …]
|
D | testmgr.c | 1977 drbg_string_fill(&testentropy, test->entropy, test->entropylen); in drbg_cavs_test() 1978 drbg_string_fill(&pers, test->pers, test->perslen); in drbg_cavs_test() 1985 drbg_string_fill(&addtl, test->addtla, test->addtllen); in drbg_cavs_test() 1987 drbg_string_fill(&testentropy, test->entpra, test->entprlen); in drbg_cavs_test() 2000 drbg_string_fill(&addtl, test->addtlb, test->addtllen); in drbg_cavs_test() 2002 drbg_string_fill(&testentropy, test->entprb, test->entprlen); in drbg_cavs_test()
|
/Linux-v4.19/include/crypto/ |
D | drbg.h | 73 static inline void drbg_string_fill(struct drbg_string *string, in drbg_string_fill() function
|