Searched refs:block_cipher_df (Results 1 – 1 of 1) sorted by relevance
125 static int block_cipher_df( unsigned char *output, in block_cipher_df() function325 if( ( ret = block_cipher_df( add_input, additional, add_len ) ) != 0 ) in mbedtls_ctr_drbg_update_ret()404 if( ( ret = block_cipher_df( seed, seed, seedlen ) ) != 0 ) in mbedtls_ctr_drbg_reseed_internal()546 if( ( ret = block_cipher_df( add_input, additional, add_len ) ) != 0 ) in mbedtls_ctr_drbg_random_with_add()
Completed in 3 milliseconds