Lines Matching full:step
330 /* 10.4.3 step 2 / 4 */ in drbg_ctr_bcc()
335 /* 10.4.3 step 4.1 */ in drbg_ctr_bcc()
337 /* 10.4.3 step 4.2 */ in drbg_ctr_bcc()
350 /* 10.4.3 step 4.2 for last block */ in drbg_ctr_bcc()
411 /* 10.4.2 step 7 */ in drbg_ctr_df()
413 /* 10.4.2 step 8 */ in drbg_ctr_df()
427 /* 10.4.2 step 1 is implicit as we work byte-wise */ in drbg_ctr_df()
429 /* 10.4.2 step 2 */ in drbg_ctr_df()
433 /* 10.4.2 step 2 -- calculate the entire length of all input data */ in drbg_ctr_df()
438 /* 10.4.2 step 3 */ in drbg_ctr_df()
441 /* 10.4.2 step 5: length is L_N, input_string, one byte, padding */ in drbg_ctr_df()
454 /* 10.4.2 step 4 -- first fill the linked list and then order it */ in drbg_ctr_df()
463 /* 10.4.2 step 9 */ in drbg_ctr_df()
466 * 10.4.2 step 9.1 - the padding is implicit as the buffer in drbg_ctr_df()
471 /* 10.4.2 step 9.2 -- BCC and concatenation with temp */ in drbg_ctr_df()
475 /* 10.4.2 step 9.3 */ in drbg_ctr_df()
480 /* 10.4.2 step 11 */ in drbg_ctr_df()
484 /* 10.4.2 step 12: overwriting of outval is implemented in next step */ in drbg_ctr_df()
486 /* 10.4.2 step 13 */ in drbg_ctr_df()
491 * 10.4.2 step 13.1: the truncation of the key length is in drbg_ctr_df()
502 /* 10.4.2 step 13.2 and 14 */ in drbg_ctr_df()
535 /* 10.2.1.2 step 1 */ in drbg_ctr_update()
559 /* 10.2.1.3.2 step 2 and 10.2.1.4.2 step 2 */ in drbg_ctr_update()
571 /* 10.2.1.2 step 5 */ in drbg_ctr_update()
576 /* 10.2.1.2 step 6 */ in drbg_ctr_update()
601 /* 10.2.1.5.2 step 2 */ in drbg_ctr_generate()
608 /* 10.2.1.5.2 step 4.1 */ in drbg_ctr_generate()
613 /* 10.2.1.5.2 step 6 */ in drbg_ctr_generate()
664 /* 10.1.2.3 step 2 -- memset(0) of C is implicit with kzalloc */ in drbg_hmac_update()
685 /* 10.1.2.2 step 1 and 4 -- concatenation and HMAC for key */ in drbg_hmac_update()
692 /* 10.1.2.2 step 2 and 5 -- HMAC for V */ in drbg_hmac_update()
697 /* 10.1.2.2 step 3 */ in drbg_hmac_update()
716 /* 10.1.2.5 step 2 */ in drbg_hmac_generate()
727 /* 10.1.2.5 step 4.1 */ in drbg_hmac_generate()
734 /* 10.1.2.5 step 4.2 */ in drbg_hmac_generate()
739 /* 10.1.2.5 step 6 */ in drbg_hmac_generate()
831 /* 10.4.1 step 3 */ in drbg_hash_df()
835 /* 10.4.1 step 4.1 -- concatenation of data for input into hash */ in drbg_hash_df()
839 /* 10.4.1 step 4 */ in drbg_hash_df()
842 /* 10.4.1 step 4.1 */ in drbg_hash_df()
846 /* 10.4.1 step 4.2 */ in drbg_hash_df()
874 /* 10.1.1.3 step 1 */ in drbg_hash_update()
883 /* 10.1.1.2 / 10.1.1.3 step 2 and 3 */ in drbg_hash_update()
888 /* 10.1.1.2 / 10.1.1.3 step 4 */ in drbg_hash_update()
894 /* 10.1.1.2 / 10.1.1.3 step 4 */ in drbg_hash_update()
911 /* 10.1.1.4 step 2 */ in drbg_hash_process_addtl()
915 /* 10.1.1.4 step 2a */ in drbg_hash_process_addtl()
925 /* 10.1.1.4 step 2b */ in drbg_hash_process_addtl()
946 /* 10.1.1.4 step hashgen 2 */ in drbg_hash_hashgen()
953 /* 10.1.1.4 step hashgen 4.1 */ in drbg_hash_hashgen()
961 /* 10.1.1.4 step hashgen 4.2 */ in drbg_hash_hashgen()
964 /* 10.1.1.4 hashgen step 4.3 */ in drbg_hash_hashgen()
990 /* 10.1.1.4 step 2 */ in drbg_hash_generate()
994 /* 10.1.1.4 step 3 */ in drbg_hash_generate()
998 /* 10.1.1.4 step 4 */ in drbg_hash_generate()
1009 /* 10.1.1.4 step 5 */ in drbg_hash_generate()
1047 /* 10.1.1.2 / 10.1.1.3 step 5 */ in __drbg_seed()
1127 /* 9.1 / 9.2 / 9.3.1 step 3 */ in drbg_seed()
1366 /* 9.3.1 step 2 */ in drbg_generate()
1374 /* 9.3.1 step 3 is implicit with the chosen DRBG */ in drbg_generate()
1376 /* 9.3.1 step 4 */ in drbg_generate()
1382 /* 9.3.1 step 5 is implicit with the chosen DRBG */ in drbg_generate()
1385 * 9.3.1 step 6 and 9 supplemented by 9.3.2 step c is implemented in drbg_generate()
1400 /* 9.3.1 step 7.4 */ in drbg_generate()
1406 /* 9.3.1 step 8 and 10 */ in drbg_generate()
1409 /* 10.1.1.4 step 6, 10.1.2.5 step 7, 10.2.1.5.2 step 7 */ in drbg_generate()
1568 /* 9.1 step 1 is implicit with the selected DRBG type */ in drbg_instantiate()
1571 * 9.1 step 2 is implicit as caller can select prediction resistance in drbg_instantiate()
1576 /* 9.1 step 4 is implicit in drbg_sec_strength */ in drbg_instantiate()