Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Ddrbg.h46 static inline void drbg_string_fill(struct drbg_string *string, in drbg_string_fill() function
/linux/crypto/
H A Dtestmgr.c3508 drbg_string_fill(&testentropy, test->entropy, test->entropylen); in drbg_cavs_test()
3509 drbg_string_fill(&pers, test->pers, test->perslen); in drbg_cavs_test()
3516 drbg_string_fill(&addtl, test->addtla, test->addtllen); in drbg_cavs_test()
3518 drbg_string_fill(&testentropy, test->entpra, test->entprlen); in drbg_cavs_test()
3531 drbg_string_fill(&addtl, test->addtlb, test->addtllen); in drbg_cavs_test()
3533 drbg_string_fill(&testentropy, test->entprb, test->entprlen); in drbg_cavs_test()