Lines Matching full:step
329 /* 10.4.3 step 2 / 4 */ in drbg_ctr_bcc()
334 /* 10.4.3 step 4.1 */ in drbg_ctr_bcc()
336 /* 10.4.3 step 4.2 */ in drbg_ctr_bcc()
349 /* 10.4.3 step 4.2 for last block */ in drbg_ctr_bcc()
410 /* 10.4.2 step 7 */ in drbg_ctr_df()
412 /* 10.4.2 step 8 */ in drbg_ctr_df()
426 /* 10.4.2 step 1 is implicit as we work byte-wise */ in drbg_ctr_df()
428 /* 10.4.2 step 2 */ in drbg_ctr_df()
432 /* 10.4.2 step 2 -- calculate the entire length of all input data */ in drbg_ctr_df()
437 /* 10.4.2 step 3 */ in drbg_ctr_df()
440 /* 10.4.2 step 5: length is L_N, input_string, one byte, padding */ in drbg_ctr_df()
453 /* 10.4.2 step 4 -- first fill the linked list and then order it */ in drbg_ctr_df()
462 /* 10.4.2 step 9 */ in drbg_ctr_df()
465 * 10.4.2 step 9.1 - the padding is implicit as the buffer in drbg_ctr_df()
470 /* 10.4.2 step 9.2 -- BCC and concatenation with temp */ in drbg_ctr_df()
474 /* 10.4.2 step 9.3 */ in drbg_ctr_df()
479 /* 10.4.2 step 11 */ in drbg_ctr_df()
483 /* 10.4.2 step 12: overwriting of outval is implemented in next step */ in drbg_ctr_df()
485 /* 10.4.2 step 13 */ in drbg_ctr_df()
490 * 10.4.2 step 13.1: the truncation of the key length is in drbg_ctr_df()
501 /* 10.4.2 step 13.2 and 14 */ in drbg_ctr_df()
534 /* 10.2.1.2 step 1 */ in drbg_ctr_update()
558 /* 10.2.1.3.2 step 2 and 10.2.1.4.2 step 2 */ in drbg_ctr_update()
570 /* 10.2.1.2 step 5 */ in drbg_ctr_update()
575 /* 10.2.1.2 step 6 */ in drbg_ctr_update()
600 /* 10.2.1.5.2 step 2 */ in drbg_ctr_generate()
607 /* 10.2.1.5.2 step 4.1 */ in drbg_ctr_generate()
612 /* 10.2.1.5.2 step 6 */ in drbg_ctr_generate()
663 /* 10.1.2.3 step 2 -- memset(0) of C is implicit with kzalloc */ in drbg_hmac_update()
684 /* 10.1.2.2 step 1 and 4 -- concatenation and HMAC for key */ in drbg_hmac_update()
691 /* 10.1.2.2 step 2 and 5 -- HMAC for V */ in drbg_hmac_update()
696 /* 10.1.2.2 step 3 */ in drbg_hmac_update()
715 /* 10.1.2.5 step 2 */ in drbg_hmac_generate()
726 /* 10.1.2.5 step 4.1 */ in drbg_hmac_generate()
733 /* 10.1.2.5 step 4.2 */ in drbg_hmac_generate()
738 /* 10.1.2.5 step 6 */ in drbg_hmac_generate()
830 /* 10.4.1 step 3 */ in drbg_hash_df()
834 /* 10.4.1 step 4.1 -- concatenation of data for input into hash */ in drbg_hash_df()
838 /* 10.4.1 step 4 */ in drbg_hash_df()
841 /* 10.4.1 step 4.1 */ in drbg_hash_df()
845 /* 10.4.1 step 4.2 */ in drbg_hash_df()
873 /* 10.1.1.3 step 1 */ in drbg_hash_update()
882 /* 10.1.1.2 / 10.1.1.3 step 2 and 3 */ in drbg_hash_update()
887 /* 10.1.1.2 / 10.1.1.3 step 4 */ in drbg_hash_update()
893 /* 10.1.1.2 / 10.1.1.3 step 4 */ in drbg_hash_update()
910 /* 10.1.1.4 step 2 */ in drbg_hash_process_addtl()
914 /* 10.1.1.4 step 2a */ in drbg_hash_process_addtl()
924 /* 10.1.1.4 step 2b */ in drbg_hash_process_addtl()
945 /* 10.1.1.4 step hashgen 2 */ in drbg_hash_hashgen()
952 /* 10.1.1.4 step hashgen 4.1 */ in drbg_hash_hashgen()
960 /* 10.1.1.4 step hashgen 4.2 */ in drbg_hash_hashgen()
963 /* 10.1.1.4 hashgen step 4.3 */ in drbg_hash_hashgen()
989 /* 10.1.1.4 step 2 */ in drbg_hash_generate()
993 /* 10.1.1.4 step 3 */ in drbg_hash_generate()
997 /* 10.1.1.4 step 4 */ in drbg_hash_generate()
1008 /* 10.1.1.4 step 5 */ in drbg_hash_generate()
1046 /* 10.1.1.2 / 10.1.1.3 step 5 */ in __drbg_seed()
1130 /* 9.1 / 9.2 / 9.3.1 step 3 */ in drbg_seed()
1351 /* 9.3.1 step 2 */ in drbg_generate()
1359 /* 9.3.1 step 3 is implicit with the chosen DRBG */ in drbg_generate()
1361 /* 9.3.1 step 4 */ in drbg_generate()
1367 /* 9.3.1 step 5 is implicit with the chosen DRBG */ in drbg_generate()
1370 * 9.3.1 step 6 and 9 supplemented by 9.3.2 step c is implemented in drbg_generate()
1385 /* 9.3.1 step 7.4 */ in drbg_generate()
1391 /* 9.3.1 step 8 and 10 */ in drbg_generate()
1394 /* 10.1.1.4 step 6, 10.1.2.5 step 7, 10.2.1.5.2 step 7 */ in drbg_generate()
1553 /* 9.1 step 1 is implicit with the selected DRBG type */ in drbg_instantiate()
1556 * 9.1 step 2 is implicit as caller can select prediction resistance in drbg_instantiate()
1561 /* 9.1 step 4 is implicit in drbg_sec_strength */ in drbg_instantiate()