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

/linux-4.1.27/crypto/
H A Ddrbg.c70 * drbg_string_fill(&pers, personalization, strlen(personalization));
87 * drbg_string_fill(&addtl, addtl_string, strlen(addtl_string));
309 drbg_string_fill(&data, out, drbg_blocklen(drbg)); drbg_ctr_bcc()
435 drbg_string_fill(&S1, iv, drbg_blocklen(drbg)); drbg_ctr_df()
437 drbg_string_fill(&S2, L_N, sizeof(L_N)); drbg_ctr_df()
440 drbg_string_fill(&S4, pad, padlen); drbg_ctr_df()
462 drbg_string_fill(&cipherin, X, drbg_blocklen(drbg)); drbg_ctr_df()
532 drbg_string_fill(&cipherin, drbg->V, drbg_blocklen(drbg)); drbg_ctr_update()
592 drbg_string_fill(&data, drbg->V, drbg_blocklen(drbg)); drbg_ctr_generate()
670 drbg_string_fill(&seed1, drbg->V, drbg_statelen(drbg)); drbg_hmac_update()
673 drbg_string_fill(&seed2, NULL, 1); drbg_hmac_update()
679 drbg_string_fill(&vdata, drbg->V, drbg_statelen(drbg)); drbg_hmac_update()
723 drbg_string_fill(&data, drbg->V, drbg_statelen(drbg)); drbg_hmac_generate()
838 drbg_string_fill(&data, input, 5); drbg_hash_df()
878 drbg_string_fill(&data1, &prefix, 1); drbg_hash_update()
880 drbg_string_fill(&data2, V, drbg_statelen(drbg)); drbg_hash_update()
892 drbg_string_fill(&data1, &prefix, 1); drbg_hash_update()
894 drbg_string_fill(&data2, drbg->V, drbg_statelen(drbg)); drbg_hash_update()
918 drbg_string_fill(&data1, &prefix, 1); drbg_hash_process_addtl()
919 drbg_string_fill(&data2, drbg->V, drbg_statelen(drbg)); drbg_hash_process_addtl()
951 drbg_string_fill(&data, src, drbg_statelen(drbg)); drbg_hash_hashgen()
1005 drbg_string_fill(&data1, &prefix, 1); drbg_hash_generate()
1007 drbg_string_fill(&data2, drbg->V, drbg_statelen(drbg)); drbg_hash_generate()
1072 drbg_string_fill(&data1, drbg->test_data->testentropy->buf, drbg_seed()
1095 drbg_string_fill(&data1, entropy, entropylen); drbg_seed()
1365 drbg_string_fill(&timestamp, now.char_cycles, sizeof(cycles_t)); drbg_generate()
1759 drbg_string_fill(&addtl, data->addtl->buf, data->addtl->len); drbg_kcapi_random()
1783 drbg_string_fill(&seed_string, seed, slen); drbg_kcapi_reset()
1792 drbg_string_fill(&seed_string, data->addtl->buf, drbg_kcapi_reset()
1858 drbg_string_fill(&addtl, buf, max_addtllen + 1); drbg_healthcheck_sanity()
H A Dtestmgr.c1745 drbg_string_fill(&testentropy, test->entropy, test->entropylen); drbg_cavs_test()
1746 drbg_string_fill(&pers, test->pers, test->perslen); drbg_cavs_test()
1753 drbg_string_fill(&addtl, test->addtla, test->addtllen); drbg_cavs_test()
1755 drbg_string_fill(&testentropy, test->entpra, test->entprlen); drbg_cavs_test()
1768 drbg_string_fill(&addtl, test->addtlb, test->addtllen); drbg_cavs_test()
1770 drbg_string_fill(&testentropy, test->entprb, test->entprlen); drbg_cavs_test()
/linux-4.1.27/include/crypto/
H A Ddrbg.h71 static inline void drbg_string_fill(struct drbg_string *string, drbg_string_fill() function

Completed in 63 milliseconds