Searched refs:drbg_string_fill (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/crypto/ |
D | drbg.c | 312 drbg_string_fill(&data, out, drbg_blocklen(drbg)); in drbg_ctr_bcc() 438 drbg_string_fill(&S1, iv, drbg_blocklen(drbg)); in drbg_ctr_df() 440 drbg_string_fill(&S2, L_N, sizeof(L_N)); in drbg_ctr_df() 443 drbg_string_fill(&S4, pad, padlen); in drbg_ctr_df() 465 drbg_string_fill(&cipherin, X, drbg_blocklen(drbg)); in drbg_ctr_df() 535 drbg_string_fill(&cipherin, drbg->V, drbg_blocklen(drbg)); in drbg_ctr_update() 595 drbg_string_fill(&data, drbg->V, drbg_blocklen(drbg)); in drbg_ctr_generate() 673 drbg_string_fill(&seed1, drbg->V, drbg_statelen(drbg)); in drbg_hmac_update() 676 drbg_string_fill(&seed2, NULL, 1); in drbg_hmac_update() 682 drbg_string_fill(&vdata, drbg->V, drbg_statelen(drbg)); in drbg_hmac_update() [all …]
|
D | testmgr.c | 1777 drbg_string_fill(&testentropy, test->entropy, test->entropylen); in drbg_cavs_test() 1778 drbg_string_fill(&pers, test->pers, test->perslen); in drbg_cavs_test() 1785 drbg_string_fill(&addtl, test->addtla, test->addtllen); in drbg_cavs_test() 1787 drbg_string_fill(&testentropy, test->entpra, test->entprlen); in drbg_cavs_test() 1800 drbg_string_fill(&addtl, test->addtlb, test->addtllen); in drbg_cavs_test() 1802 drbg_string_fill(&testentropy, test->entprb, test->entprlen); in drbg_cavs_test()
|
/linux-4.4.14/include/crypto/ |
D | drbg.h | 72 static inline void drbg_string_fill(struct drbg_string *string, in drbg_string_fill() function
|